LDAP + saslauthd problems

Andreas Winkelmann ml at awinkelmann.de
Tue Sep 12 09:44:43 EDT 2006


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 at domain.com -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


More information about the Info-cyrus mailing list