]> eyrie.org Git - kerberos/wallet.git/commit
correcting msktutil usage to support more enctypes
authorepackorigan <epackorigan@users.noreply.github.com>
Wed, 22 Mar 2017 23:23:59 +0000 (16:23 -0700)
committerRuss Allbery <eagle@eyrie.org>
Sun, 28 May 2017 01:36:12 +0000 (18:36 -0700)
commit7ae3a7486f0b235b1b6d9769e38ae3643173765b
treef59c64e5af641c9c08a80a2e3d373b096057af26
parente6e72f82aa99a87a28202c6c101c77a921eb20d8
correcting msktutil usage to support more enctypes

with multiple enctypes specified, only the last one will actually take effect. If you wish to provide support for more then one, you need to add the values (0x04 + 0x08 + 0x10 = 0x1C).
replacing the 3 lines with one line to enable all three. Note that the keytabs generated will have 3 line for each principal (one for each enctypes).

See msktutil man page for further details on enctypes.
perl/lib/Wallet/Kadmin/AD.pm