[rt-users] Active Directory and RT

Glenn Sieb ges at wingfoot.org
Fri May 24 18:08:00 EDT 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 5/24/13 5:59 PM, davidneudorfer wrote:
> If I comment out group_attr then I get:

I have no group_attr at all in my config...

Here is my anonymized config:

Set( $ExternalSettings,      {'My_LDAP'       =>  {   ## GENERIC SECTION
				'type'                      =>  'ldap',
				'server'                    =>  'MYAD',
				'port' => '389',
				'user' => 'USERNAME',
				'pass' => 'PASSWORD',
				'base'                  =>  'dc=MYAD,dc=LOCAL',
				'filter'                    =>  '(objectClass=*)',
				'd_filter'                  =>
'(userAccountControl:1.2.840.113556.1.4.803:=2)',
				'net_ldap_args'             => [    version =>  3  ],
				'attr_match_list'           => [    'Name', 'EmailAddress' ],
				'attr_map'                  =>  {
				'Name' => 'sAMAccountName',
				'EmailAddress' => 'mail',
				'RealName' => 'cn',
				'ExternalAuthId' => 'sAMAccountName',
				'Gecos' => 'sAMAccountName',
				'WorkPhone' => 'telephoneNumber',
				}
                                                    },
				});

Best,
- --G.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlGf5MAACgkQf5MxTDXTimG+3wCfae8Eh0DMSqhjLaLAJMmbhAX1
F/gAniGNNIpmbvDBWkw++TzStwaqz2Ge
=o7X6
-----END PGP SIGNATURE-----



More information about the rt-users mailing list