eldap (easy ldap) sasl auxprop plugin ------------------------------------- * AUTHOR : Samuel Behan (http://sam.blog.dob.sk/category/devel/) * ORIGIN : modified giengerldap module of Pascal Gienger (http://southbrain.com/south) * LICENSE: Pascal Gienger (hopefully GNU GPLv3 or similar) REQUIREMENTS ------------ * ldap devel * sasl devel (you may need to modify Makefile variable SASL_VERSION_INFO to match your installed SASL version) INSTALL ------- $ make $ make install SAMPLE SASL CONFIG (in /etc/sasl) --------------------------------- auxprop_plugin: eldap eldap_uri: ldap://localhost eldap_basedn: o=myorganization,c=DE eldap_search: (uid=%u) #eldap_binddn: cn=smtpauth,o=myorganization,c=DE #optional #eldap_bindpw: mysuperpassword #optional #eldap_bind_retries: 3 #optional PARAMS ------ %u: username (%s without realm) %s: username (supplied by service, may already contain realm) %r: user supplied realm %h: ServerFQDN hostname requesting SASL auth. MORE ---- More info in REAME.giengerldap