]> eyrie.org Git - kerberos/wallet.git/commit
Correction to AD handling of long service keytab IDs
authorBill MacAllister <whm@dropbox.com>
Fri, 6 May 2016 19:40:17 +0000 (19:40 +0000)
committerRuss Allbery <eagle@eyrie.org>
Mon, 28 May 2018 00:33:31 +0000 (17:33 -0700)
commit0d931418e7a73118263f86b7894d28204d4abcc7
tree99b6e9e4ed80e80d261bb2a33fb62dcb23a9cb39
parentf98ba772f9453f39b8b7c02f896dd3725d1c7d8b
Correction to AD handling of long service keytab IDs

The account name for a service keytab cannot exceed 20 characters.
The routine that was generating a unique id incorrectly attempted to
perform an LDAP query.  This change fixes that problem.
perl/lib/Wallet/Kadmin/AD.pm