]> 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)
commitf98ba772f9453f39b8b7c02f896dd3725d1c7d8b
treea2b345b69ecb15813d12d1079ee592f8ab23a19c
parent8bfba28196485236125ad363ed3b96c461025d94
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