diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 13:04:15 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 13:04:15 -0800 |
commit | 26619788ec1f818a567bd1eb3208a541ce6a27a5 (patch) | |
tree | 9285a0455c09def79d0992e890a824ab830d109d /TODO | |
parent | fc8433e3636fd9400d2a3878aa5a93967ee2f3b4 (diff) |
Add more to-do items for the next release
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,6 +13,14 @@ 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. + +* Make MIT and Heimdal case-insensitive in the configuration file. + Release 1.0: * Fix case-insensitivity bug in unique keys with MySQL for objects. |