loginrealms -- fetching from ldap [SOLVED]

mayak-cq mayak at australsat.com
Mon Dec 7 09:27:52 EST 2009


hi all,

why bother fetching realms if you don't need them!

found an older kolab thread that dealt with this issue. in fact, the
solution is to ignore realms and just authenticate. 

i removed loginrealms: from imapd.conf and tweaked my saslauthd.conf and
remove any mention of realms:

/etc/saslauthd.conf
ldap_servers: ldap://ldap.domain.com/
ldap_search_base: dc=domain,dc=com
ldap_version: 3

ldap_filter:  (& (mail=%u) (objectClass=gosaMailAccount))


i the started saslauthd as below, still using the -r so that the whole
user name at domain.com gets passed to sasl:

saslauthd -m /var/run/saslauthd -a ldap -O/etc/saslauthd.conf -r

works like a charm

m



More information about the Info-cyrus mailing list