On Wed, Oct 12, 2005 at 02:48:23AM -0300, Gabriel Musco wrote:
> Hello ,
> Exists a way to migrate from crypt to md5 passwords
> without requiring all users to reenter their passwords? Or is there a
> way that is least inconvenient to the users?
>
If your system that runs slapd (if rebind is on) or qmail-ldap (without
rebind) supports the md5 crypt() you can add "{CRYPT}" infront of the
password hash and it should work.
"{CRYPT}" just tells the system to use crypt() to check the password.
--
:wq Claudio