Re: [exim] Issue with LDAP auth

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Issue with LDAP auth
On 24/12/2018 13:41, William Edwards | Cyberfusion via Exim-users wrote:
>   server_condition = ${if and{{ !eq{}{$auth2} }{ \
>     ldapauth{\
>       USER="${quote_ldap:${lookup ldapdn{ldap://dc0.cyberfusion.cloud/cn=Users,dc=cyberfusion,dc=email??sub?(sAMAccountName=${quote_ldap:$auth2})}}}" \
>       PASS=${quote:$auth3} \
>       ldap://ldap.cyberfusion.cloud/} }} }



You're using an ldapdn lookup to determine a USER for the ldapauth.

What user do you think you might use for it, if your ldap isn't set up
to allow anonymous lookups?
--
Jeremy