diff options
author | Russ Allbery <rra@stanford.edu> | 2013-05-28 15:55:39 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-05-28 15:57:02 -0700 |
commit | ce8311fb488bb696e61ac0364be599ef9fe95110 (patch) | |
tree | feed88f02fc81eb396467f80f1c97384ad7ab0de /NEWS | |
parent | 45a1f63957da217e0548eaad9d8b8baf09a21dd2 (diff) |
Fix documentation of ldap_map_principal hook
Fix the Wallet::Config documentation for the ldap-attr verifier to
reference an ldap_map_principal hook, not ldap_map_attribute, matching
the implementation.
Change-Id: I258edcf69d4dcb3d2ec8dc66db4b768d91645fc4
Reviewed-on: https://gerrit.stanford.edu/1204
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ wallet 1.1 (unreleased) Fix the code to set enctype restrictions for keytab objects in the wallet server. + Fix the Wallet::Config documentation for the ldap-attr verifier to + reference an ldap_map_principal hook, not ldap_map_attribute, matching + the implementation. + wallet 1.0 (2013-03-27) Owners of wallet objects are now allowed to destroy them. In previous |