diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-07 22:42:09 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-07 22:42:09 +0000 |
commit | f5cb855d5a7190cded71bbc8343aebfa92337fea (patch) | |
tree | 6202c0e5875fd4519d95e1543bac322d88b11f7a /TODO | |
parent | 45823559a1e64d6c8151a984fcd9c79bbdb57171 (diff) |
Add additional ideas from jhutz.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -167,6 +167,20 @@ Future work: sort of object, not just on keytabs, and to give numbers on downloaded versus not downloaded objects. +* Support setting flags and attributes on autocreate. In general, work out + a Wallet::Object::Template Perl object that I can return that specifies + things other than just the ACL. + +* Pass a reference to the object for which the ACL is interpreted to the + ACL API so that ACL APIs can make more complex decisions. + +* Support for pattern matching in ACLs. + +* A group-in-groups ACL schema. + +* Modify Authen::Krb5 to export krb5_524_conv_principal so that I can use + it to determine the K4 equivalent of a K5 principal name. + May or may not be good ideas: * Consider using Class::Accessor to get rid of the scaffolding code to |