summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-07 00:46:54 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-07 00:46:54 +0000
commite733132938bc4fc74584b9a7c0f5441eb640e617 (patch)
tree7c2cd522c55d6a2f1e37f75081368529f9d5b8a3 /NEWS
parentf9e41d036aebc03adc2a03a956f219fc827e2cdd (diff)
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 (possible after deleting and recreating the object), the wrong key would be extracted for the srvtab.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f485858..73844fb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
wallet 0.7 (unreleased)
+ 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
+ (possible after deleting and recreating the object), the wrong key
+ would be extracted for the srvtab.
+
keytab-backend now passes kadmin.local ktadd its options in a specific
order to satisfy the picky option parser.