diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:01:16 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:01:16 +0000 |
commit | 026a0c50f1b0907d25291b6651c18886e2971d1f (patch) | |
tree | 40f4581c29eb44a8707e0e3d3da5d37bd8866bec /NEWS | |
parent | 800d3067e3d95d9f3e744444e271f118e7632295 (diff) |
Load the Perl modules for ACL verifiers and object types dynamically
now that we're reading the class from the database.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ wallet 0.5 (unreleased) + Load the Perl modules for ACL verifiers and object types dynamically + now that we're reading the class from the database. + Fix the keytab principal validation regex to allow instances containing periods. Otherwise, it's hard to manage host keytabs. Add a missing test suite for that method. |