diff options
author | Russ Allbery <rra@stanford.edu> | 2007-09-25 20:57:06 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-09-25 20:57:06 +0000 |
commit | 766ba9295705be7c91593b6e7ce5db66bf88d453 (patch) | |
tree | e568ee88b65b3d1b592a74d32e34fd4f2f063847 /TODO | |
parent | 3242b66fbf8274991d3fbb0d02ca85e1e2ca60b6 (diff) |
Add support for synchronizing a key with an AFS kaserver in the keytab
object implementation, extracting the DES key with Authen::Krb5 (since
ktutil doesn't work).
Rename the KEYTAB_CACHE variable to KEYTAB_REMCTL_CACHE to match the
rest of the keytab retrieval configuration and reorganize the
Wallet::Config documentation to group related configuration options for
the keytab backend.
Fix a column name in the keytab_enctypes table to be more consistent
with the rest of the schema.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,13 +6,8 @@ Required to replace leland_srvtab: enctype attribute on the object and include the enctypes in the object show display. -* Add an attribute indicating that the principal should be synchronized - with Kerberos v4 and include it in the object show display. - * Implement creation of srvtabs from keytabs in the wallet client. -* Add kasetkey support to the keytab object backend. - * Write new files atomically in the wallet client and save backups unless told not to (write to file.new, link the old file to file.old, and do an atomic rename). |