diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-07 23:33:59 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-07 23:33:59 +0000 |
commit | 5d2fc5777aa79624d327a2e7253cfa0c0891286c (patch) | |
tree | 0bf00495dd6a9c6b3d9028456b14b874b33751a4 | |
parent | f0bde61f5ecfc6a58a2c0ec0ccadbdd1332b64f8 (diff) |
Include news message for previous commit.
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ wallet 0.7 (unreleased) + Add new exists and autocreate wallet server interfaces. The first + states whether a given object exists and the second attempts to create + the object using the default owner rules. Remove default owner + handling from the create interface, which is now for administrators + only. Remove server-side auto-creation of objects on get or store and + instead have the client check for object existence and call autocreate + if necessary. This removes confusion between default ACLs and + administrative object creation for users who are also on the ADMIN + ACL. + When creating a srvtab based on a just-downloaded keytab, extract the srvtab key before merging the keytab into an existing file. Otherwise, if the new keys had a lower kvno than the old keys |