Ivan Ferreira wrote: > I don't know where I read but as far I know you should use only UNIX crypt > for password, so don't use MD5. If you're talking about values for attribute userPassword I'd recommend to avoid {CRYPT} password scheme since crypt hashes are OS-specific which might get into your way when migrating to another OS platform. I'd strongly recommend to use a salted SHA-1 hash for userPassword. Ciao, Michael.