Re: [Exim] RE: Exim 4 LDAP SMTP Authentication

Etusivu
Poista viesti
Vastaa
Lähettäjä: Stefan Kaltenbrunner
Päiväys:  
Vastaanottaja: Tony Earnshaw
Kopio: exim-users
Aihe: Re: [Exim] RE: Exim 4 LDAP SMTP Authentication
Tony Earnshaw wrote:
> begin authenticators
>
> fixed_plain:
>   driver              = plaintext
>   public_name         = PLAIN
>   server_condition    = ${if ldapauth \
>     {user="cn=${quote_ldap:$2},ou=people,ou=groups,dc=example,dc=com" \
>     pass="$3" \


you might want to check if pass="$3" works for "strange" passwords too (like
"abcde" (including the ") or abc=dc) - it didn't in our internal tests.
I have been discussing this problem in more detail with ph10@ already and he
agreed to some respect that pass=${quote:$3} is "more" correct in this case
although I'm still a not really convinced . . .

Stefan