aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-18 18:23:23 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-18 18:23:23 -0800
commit748170660e3a7b1db4320ba9b0144da2e252cd27 (patch)
tree7ed39544b0f4eb1a58f02303d058366b79478c53 /TODO
parent908aa143b92b12e7d39989f6895625f255bc8d5b (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--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 883d59e..92bd025 100644
--- a/TODO
+++ b/TODO
@@ -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.