summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-06 21:29:51 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-06 21:29:51 +0000
commit5cd3a6fe3988677d865d666aeefd3ed2f2e549c5 (patch)
treebf905e412ecefecf09d36ffc3b4633260f584d46 /NEWS
parent431ece2b824bd4c77703a2b8ecbc3e8eca184ecb (diff)
Check naming policy on wallet object creation before checking the
default ACLs to avoid creating and stranding an ACL when the naming policy check fails.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a0bcb0c..f485858 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ wallet 0.7 (unreleased)
keytab-backend now passes kadmin.local ktadd its options in a specific
order to satisfy the picky option parser.
+ Check naming policy on wallet object creation before checking the
+ default ACLs to avoid creating and stranding an ACL when the naming
+ policy check fails.
+
Fix the example remctl configuration for keytab-backend to use the
correct script name.