Re: [Exim] Re: LDAP authentication in Exim 4.0.5

Startseite
Nachricht löschen
Nachricht beantworten
Autor: David L. Harfst
Datum:  
To: Derrick 'dman' Hudson
CC: Exim Users
Betreff: Re: [Exim] Re: LDAP authentication in Exim 4.0.5
Derrick 'dman' Hudson wrote:
> Just some thoughts,
>
> Have you tried explicitly stating the host in the authenticator? Eg :
>
>     server_condition = ${if ldapauth \
>                         {user="uid=${quote_ldap:$2},ou=People,o=International Teams" \
>                          pass="$3" \
>                          ldap://deborah.iteams.org/} \
>                          {yes} {no} }

>
> This does in fact work for me (though I'm not actually using it now, I
> did test it back when I started experimenting with AUTH and LDAP).
>
> Have you tried putting a different string or a different query in,
> just to get different results?  What happens if you put
>     server_condition = ${if eq {$3} {secret} {yes}{no}}
> and send 'secret' as the password?  Does that work as expected?

>


It doesn't matter what I put in the query - it's not running
the query. It evaluates to false without even making the
LDAP call.


--
David L. Harfst                     Computerized Medical Systems
Senior Systems Engineer             St. Louis, Missouri
mailto:harfst@cms-stl.com           http://www.cms-stl.com