In the default libkdb5 password change method, omit requested key/salt
combinations that duplicate an earlier encryption type, even if they
have a different salt type. Any use cases for multiple salts for the
same enctype disappeared with single-DES support. (We already have
this behavior for chrand requests.)
ticket: 9160 (new)
&similar)))
return(retval);
- if (similar &&
- (ks_tuple[j].ks_salttype == ks_tuple[i].ks_salttype))
+ if (similar)
break;
}