diff options
author | Russ Allbery <rra@stanford.edu> | 2009-05-08 00:01:40 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2009-05-08 00:01:40 +0000 |
commit | 99e75e8838d9fcdd0d5b38765eb7cfe62d21e352 (patch) | |
tree | 6aa1e734513694d7637ce6c54f63f72724b95b9a /TODO | |
parent | 4815748da8702d26be44cc63dbba47ebd8daa3d0 (diff) |
Add switching to Authen::Krb5::Admin to TODO.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,6 +116,10 @@ Future work: that handles the kadmin operations that can be subclassed and that dynamically chooses its implementation based on run-time configuration. +* Use the Perl Authen::Krb5::Admin module instead of rolling our own + kadmin code with Expect now that MIT Kerberos has made the kadmin API + public. + * When reading configuration from krb5.conf, we should first try to determine our principal from any existing K5 ticket cache (after obtaining tickets if -u was given) and extract the realm from that |