Re: [exim] Exim and Active Directory

Top Page
Delete this message
Reply to this message
Author: Ian Eiloart
Date:  
To: Russell Wilton, exim-users
Subject: Re: [exim] Exim and Active Directory


--On 23 July 2007 10:31:18 -0600 Russell Wilton <wilton@???> wrote:

>
> Is anyone successfully running Exim/Courier-Imap using Active Directory
> for authentication and LDAP lookups?


I use AD LDAP lookups to expand lists for one of our schools. We don't use
it for authentication.

we use LDAP_LIB_TYPE=OPENLDAP2 in our configuration, and our list lookup
ACL looks roughly like this, but I won't give you the macro expansions
INF_LDAP_USER and INF_LDAP_PASS:

 condition = ${lookup ldap {\
       user=INF_LDAP_USER \
       pass=INF_LDAP_PASS \
            ldap://foo.ad.informatics.scitech.susx.ac.uk/\


ou=Mail%20Aliases,dc=ad,dc=informatics,dc=scitech,dc=susx,dc=ac,dc=uk?\
                rfc822MailMember?\
                sub?\
                (name=${quote_ldap:$local_part})\
            }{yes}{no}\
        }


--
Ian Eiloart
IT Services, University of Sussex
x3148