search for: saltsalt

Displaying 1 result from an estimated 1 matches for "saltsalt".

2006 Jun 30
1
ldap password sync and RFC2307 hash schemes
Hey everyone, I'm running Samba on Slackware 10.2. As near as I can tell based on looking at the glibc source, my options for Unix passwords (in /etc/passwd, or LDAP -- same options) are these: 1. crypt() with plain old, busted traditional hashing. 2. crypt() with MD5 hashing, via $1$saltsalt$hashhashhashhash format; the crypt() function the special format and automatically uses the MD5 algorithm. Obviously, out of the two, the second one is preferable. So, I've configured smbldap-tools by putting the following in smbldap.conf: hash_encrypt="CRYPT" crypt_s...