Am Tuesday 12 September 2006 15:16 schrieb AJ: > I am using saslauthd 2.1.19 w/ RHEL4 and I am trying to > authenticate to an ldap server via the user's mail attribute and > userPassword. I am using the -r flag w/ saslauthd and here is my > saslauthd.conf file: > > ldap_servers: ldap://148.4.5.111 > ldap_search_base: ou=Users,dc=domain,dc=com > ldap_filter: (&(mail=%U@%d)) > ldap_use_sasl: yes > > Trying to test w/ testsaslauthd via: > > testsaslauthd -u john@xxxxxxxxxx -p test > > does not work. > > Am I using the correct ldap_filter and saslauthd syntax? Stop saslauthd and start it from a shell with an additional "-d": # saslauthd -d -a ldap ... Check the Output after another try with testsaslauthd. Check the Log of slapd. Maybe turn on verbose logging. -- Andreas ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html