On Thu, Sep 27, 2001 at 08:34:29AM -0800, Matthew Schumacher wrote: > Ok, > > So I now have a working qmail-ldap server, now I want to know more about > password encryption. I know that ldap can many different types of > encryption to store a password, but what is qmail-pop3d expecting? > Also, is there any issues with using ssl to connect ldap to qmail? What > is the easy way to change a users password in the ldap server? From > what I can read, the ldap server will just store anything you pass into > the password attribute. > If you set ~control/ldaprebind to 1 passwords are compared with a rebind (so OpenLDAP does the compare). The auth_* tools support this digests nativly (no rebind): MD5 MD4 SHA RMD160 NS-MTA-MD5 CRYPT CLEARTEXT /* NOTE: you need to turn it on in the Makefile */
-- :wq Claudio tail -23 QLDAPINSTALL
