[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with klog



Love <lha@stacken.kth.se> writes:
> kadmin> get -l lha
> (...)
> Keytypes(salts): des3-cbc-sha1(pw-salt), des-cbc-md5(pw-salt),
>   des-cbc-md4(pw-salt), des-cbc-crc(pw-salt), des-cbc-md5(pw-salt),
>   des-cbc-md4(pw-salt), des-cbc-crc(pw-salt)
> 
> See the diffrence between "des-cbc-crc(pw-salt)" and
>                           "des-cbc-crc(pw-salt)" ?
> 
> One is with krb5 salt and the other with krb4 salt. Result of:
> 
>   [kadmin]default_keys = des3:pw-salt des:pw-salt des:pw-salt:
> 
> The same if you explicit set the salt to a string.

This got fixed/improved in 0.3c, now the actual salt-string is printed
if it's different from the default:

Keytypes(salttype[(salt-value)]): des3-cbc-sha1(pw-salt), des-cbc-md5(pw-salt()), des-cbc-md4(pw-salt()), des-cbc-crc(pw-salt()), des-cbc-md5(pw-salt), des-cbc-md4(pw-salt), des-cbc-crc(pw-salt)

/assar