[rt-users] Active Directory/LDAP Auth
Marco Marongiu
bronto at tiscali.com
Tue May 11 10:42:46 EDT 2004
Stevo wrote:
> I've been trying to get this setup on my RT install and haven't had
> any luck. What LDAP module are you guys using and with that version
> of Apache??
I am using mod_auth_ldap on Apache 1.3.29; this module is guaranteed to
work on Apache 2 also, but I don't know if Mason, and hence RT, is
mod_perl-2-friendly. You should investigate that.
> Also, if anyone who has this working could post the relevant sections
> of your httpd.conf file that would be awesome!!!
<Location />
AuthType Basic
AuthName 'Authentication Against Activedirectory'
AuthLDAPEnabled On
AuthLDAPUrl
ldap://10.39.0.208:3268/OU=something,dc=mydomain,dc=org?sAMAccountName?sub?(&(objectclass=person)(|(sAMAccountName=my_boss)(manager=my_boss_DN)))
AuthLDAPBindDN dn_of_account_used_for_searches
AuthLDAPBindPassword password_of_the_account_above
Require valid-user
</Location>
That's all
Ciao
--bronto
More information about the rt-users
mailing list