Masato Taruishi
taru****@users*****
2004年 9月 24日 (金) 12:09:23 JST
=================================================================== RCS file: plugin/sasl/sasl-md5.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin/sasl/sasl-md5.in 2004/09/23 06:21:18 1.2 +++ plugin/sasl/sasl-md5.in 2004/09/24 03:09:23 1.3 @@ -3,10 +3,18 @@ ## # To use DN's userPassword by LDAP Password Modify Extended Operations +# by SASL bind. password-hash {CLEARTEXT} # Application SASL/Digest-MD5 to real DN map sasl-regexp uid=([^@]+)@#PACKAGE#,cn=digest-md5,cn=auth ldap:///#APPLICATION#??sub?(cn=$1) + +# User SASL/Digest-MD5 to real DN map +# You can use userPassword attribute of LDAP entries for SASL bind. +# In order to this work, you have to store your password in clear text. +sasl-regexp + uid=([^@]+),cn=digest-md5,cn=auth + ldap:///#SUFFIX#??sub?(uid=$1)