[rt-users] External Auth and Windows 2003 AD
Kevin Sonney
KevinSonney at zumiez.com
Wed Aug 31 14:35:36 EDT 2005
Bryant,
I current have RT 3.4.3 authenticating to Windows 2003 AD. You will
need to install LDAPSMB1.2_RT3
Below is my RT_SiteConfig.pm
[snip]
@AuthOrder = ("LDAP", "Web", "Internal");
$LDAPExternalAuto = 1;
$LdapServer="2003 AD Machine IP Address"; # LDAP server for
authentication
$LdapUser="Enter Authentication User"; #could be
cn=LDAPAuth,cn=Users,dc=domain,dc=com
$LdapPass="Enter password";
$LdapBase="LDAP Search domain"; # search base most likely
cn=Users,cn=domain,cn=com
$LdapUidAttr="SAMAccountName"; # attribute for RT user name
$LdapFilter="(objectclass=*)"; # filter LDAP entries (e.g., only
people)
$LdapMap = { # map LDAP attributes to RT3
# 'RT user paramater' => 'LDAP entry',
'Name' => $RT::LdapUidAttr,
'EmailAddress' => 'mail',
'RealName' => 'cn',
};
[snip]
Hope this helps,
Kevin
________________________________
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Bryant
Taylor
Sent: Wednesday, August 31, 2005 9:19 AM
To: rt-users at lists.bestpractical.com
Subject: [rt-users] External Auth and Windows 2003 AD
Has anyone had any luck or have they even tried this?
Thanks,
Bryant
More information about the rt-users
mailing list