aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-07 00:39:43 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-07 00:39:43 +0000
commit2e9f1bbdab7ee4cbf9fba8b5c99cb3e970f35f4b (patch)
tree192e2e752d21f4b27a0b0f702a7e295311ff8a4b /NEWS
parent2db38a1c391dbad2ea503d4894a837ba669968f7 (diff)
Correctly implement the documented intention that setting an attribute
to the empty string clears the attribute values.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a53e35..6752302 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,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.
+ Correctly implement the documented intention that setting an attribute
+ to the empty string clears the attribute values.
+
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.