External Auth and Windows 2003 AD

Has anyone had any luck or have they even tried this?

Thanks,

Bryant

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,

KevinFrom: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Bryant
Taylor
Sent: Wednesday, August 31, 2005 9:19 AM
To: rt-users@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

Bryant Taylor wrote:

External Auth and Windows 2003 AD

Has anyone had any luck or have they even tried this?

Thanks,

Bryant

I did this using Apache Auth_PAM and Samba Winbind on FreeBSD.

Perfection is just a word I use occasionally with mustard.
–Atom Powers–
Systems Administrator
DigiPen Institute of Technology
(425) 895-4443

Just to make it a bit more challenging… has anybody had luck doing
this with AD DC’s only accepting SSL/TLS connections?

Regards,
-Bob-On Aug 31, 2005, at 12:19 PM, Bryant Taylor wrote:

Has anyone had any luck or have they even tried this?

Thanks,

Bryant


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from http://rtbook.bestpractical.com