Autor: Jeffrey C. Ollie Data: A: Barry Pederson CC: exim-users Assumpte: Re: [Exim] Bad LDAP Lookup?
On Tue, Feb 20, 2001 at 10:01:29AM -0600, Barry Pederson wrote: >
> As a workaround, have you tried altering your query to only include records
> that -DO- have a mail attribute? Something like:
>
> (&(objectClass=User)(mail=*)(cn=${quote_ldap:${local_part}}))
No, I hadn't thought of that. I'll give it a try. Probably more
efficient anyway.
> It sounds like your Exim is linked to OpenLDAP 2.0.7, I'm assuming your tests
> with "ldapsearch" were also using the OpenLDAP 2.0.7 code?