]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow unspecified kvno in keytab entries 664/head
authorLuke Howard <lukeh@padl.com>
Mon, 12 Jun 2017 22:51:05 +0000 (18:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 13 Jun 2017 14:31:10 +0000 (10:31 -0400)
commit91afad7fc60fe6ce86f8d4a8ef4ce53c7cada31a
treed8254e6ffd1d56b8ec3250c7f98fe0831c3863a7
parentb28ac4b7f502ec0a709743265bcfb5c050705b61
Allow unspecified kvno in keytab entries

In ktutil, make "-k 0" work when creating a keytab entry.  In the
keytab implementations, treat entries with unspecified kvnos as
low-priority matches.

[ghudson@mit.edu: adjusted to current file keytab code; added logic
for other keytab types; wrote commit message]

ticket: 3349
src/kadmin/ktutil/ktutil.c
src/lib/krb5/keytab/kt_file.c
src/lib/krb5/keytab/kt_memory.c
src/lib/krb5/keytab/kt_srvtab.c