1

I'm working on a setup where postfix and cyrus-imap do proxy authorization against openldap (my setup is here http://1nw.eu/!cD ). I love this solution, it's a lot more elegant that using saslauthd. But I'm concerned about passwords stored in cleartext, as required by DIGEST-MD5.

I know of the many ways to protect the data stored in openldap (file system encryption, etc...), but if somebody gets a root access, passwords will be disclosed, and I want to prevent that.

My question is: Is there a way to use hashed passwords with sasl and proxy authorization ?

Julien Vehent
  • 3,017
  • 19
  • 26
  • Not all directory server require clear-text for DIGEST MD5. Perhaps you should choose a different directory server product. – Terry Gardner Sep 19 '11 at 18:41

0 Answers0