rra / wallet

Secure data management system
https://www.eyrie.org/~eagle/software/wallet/
Other
5 stars 6 forks source link

correcting msktutil usage to support more enctypes #75

Closed epackorigan closed 7 years ago

epackorigan commented 7 years ago

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 lines for each principal (one for each enctypes).

See msktutil man page for further details on enctypes.