summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-07 22:44:21 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-07 22:44:21 +0000
commit4271fb73203556213af37d004fd8bc0206a6ab0e (patch)
tree58242e4d64adb29f642456c7e6dcb1165655fc23 /NEWS
parentf5cb855d5a7190cded71bbc8343aebfa92337fea (diff)
The current version of Net::Remctl can't handle explicit undef or the
empty string as a principal argument. Be careful not to provide a principal argument if no principal was set. This workaround can be removed once we depend on a later version of Net::Remctl.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73844fb..7a59805 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@ wallet 0.7 (unreleased)
default ACLs to avoid creating and stranding an ACL when the naming
policy check fails.
+ The current version of Net::Remctl can't handle explicit undef or the
+ empty string as a principal argument. Be careful not to provide a
+ principal argument if no principal was set. This workaround can be
+ removed once we depend on a later version of Net::Remctl.
+
Fix the example remctl configuration for keytab-backend to use the
correct script name.