> I'm currently using saslauthd configured to use LDAP.  Trying to switch
> to ldap auxprop plugin.  Went through the man pages, and Googled
> around, and all examples I found don't seem to work.  The Cyrus simply
> doesn't talk to my LDAP server (not even attempting, as witnessed by
> tcpdump).  Do I need any additional RPM package for CentOS4 or RHEL4 to
> make this work?  Do I need to recompile cyrus-sasl with any special
> options (looks the one distributed with CentOS4 and RHEL4 is compiled
> with '--with-ldap')?

On an old RedHat 7.2 test box with my own cyrus-sasl rpm I was using this
config:

/etc/imapd.conf:
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN

/etc/sysconfig/saslauthd:
MECH=ldap

/etc/saslauthd.conf:
ldap_servers: ldap://localhost/
ldap_search_base: dc=invoca,dc=ch
#ldap_bind_dn: <none>
#ldap_bind_pw: <none>

Is this what you tried?
Simon
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to