diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-07 22:44:21 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-07 22:44:21 +0000 |
commit | 4271fb73203556213af37d004fd8bc0206a6ab0e (patch) | |
tree | 58242e4d64adb29f642456c7e6dcb1165655fc23 /NEWS | |
parent | f5cb855d5a7190cded71bbc8343aebfa92337fea (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-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |