Re: [exim] Need some help with Exim LDAP lookups, please?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Heiko Schlittermann
Fecha:  
A: exim-users
Asunto: Re: [exim] Need some help with Exim LDAP lookups, please?
Gary Perkins <gary.perkins@???> (Fr 01 Jul 2016 19:06:24 CEST):

> > > ${lookup ldap
> > > {user='uid=ldapauth,cn=users,cn=accounts,dc=company,dc=co,dc=uk'
> > > pass='somepassword'
> > > ldap:///cn=groups,cn=accounts,dc=company,dc=co,dc=uk?member?sub?(cn=everyone)}}
> >
> > Try using user="…" (double quotes, instead of single quotes)
>
> Oh wow! The double quotes works! I knew it would be something simple!
> Spent too much time on this!!


AFAIK single quotes in the exim config are just single quotes, no
special meaning.

6.16 in the spec "String values" contains the hint you where missing.

--
Heiko