I fixed it by using the ldap_filter parameter instead of ldap_search_base. -- Mehmet
On Sat, May 7, 2011 at 2:32 PM, Mehmet Tolga Avcioglu <mta59...@gmail.com> wrote: > This is probably not a postfix issue but I figured I should ask this > list anyway. > > In /etc/saslauthd.conf I have the following and this works to > authenticate u...@domain.com > > ldap_search_base: uid=%u,ou=people,dc=%2,dc=%1 > > However it of course doesn't work for u...@domain.co.uk. My ldap has > multiple domains with varying numbers of "." in them. I am obviously > missing something but not sure what. > > Any ideas? > > Thanks > > -- > Mehmet >