On Tue, Nov 05, 2013 at 07:24:03PM +0200, Merve Temizer wrote: > http://www.postfix.org/SASL_README.html#auxprop_ldapdb > > there is a statement that if i need to use encrypted password, there is no > documentation for explaining Postfix's LDAP authentication with encrypted > password. > > Is there a new document that tells how can i authenticate postfix mailing > with LDAP with encrypted password, or can you explain it?
Software layering means that Postfix is completely agnostic on this question. The username and password are passed to the SASL library, the rest is up to SASL. Thus this is a SASL/LDAP question more than Postfix/SASL question. The SASL configuration for this would be the same as with any other SASL client (that is not necessarily Postfix). If the SASL LDAP driver is able to and configured to support password hashes, then Postfix will do that. As Wietse said, we'll gladly update the documentation, but I don't have an environment in which I can test this, so someone will have to test and write-up a suitable configuration if this is supported. -- Viktor.