diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-18 18:23:23 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-18 18:23:23 -0800 |
commit | 748170660e3a7b1db4320ba9b0144da2e252cd27 (patch) | |
tree | 7ed39544b0f4eb1a58f02303d058366b79478c53 /TODO | |
parent | 908aa143b92b12e7d39989f6895625f255bc8d5b (diff) |
Refactor sync handling in Wallet::Object::Keytab
Pull the sync code out into separate methods to avoid a really long and
awkward attr method. Document the limited object support for the sync
attribute.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,9 +6,6 @@ Release 0.10: * Move reporting code from Wallet::Admin to Wallet::Report. -* Refactor attribute handling code in Wallet::Object::Keytab, move to - Wallet::Object::Base. - * Check whether we can just drop the realm restriction on keytabs and allow the name to contain the realm if the Kerberos type is Heimdal. |