[rt-users] Active Directory and RT

Glenn Sieb ges at wingfoot.org
Fri May 24 17:51:18 EDT 2013


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

Try changing some of these settings...

Set($ExternalSettings, {
    'My_LDAP'       =>  {
        'type'                      =>  'ldap',
        'server'                    =>  'ad.office.lbox.com',
        'port'                      =>  '389',
        'user'                      =>
'cn=thisisauser,cn=Users,DC=office,DC=lbox,DC=com',
        'pass'                      =>  'redacted',
        'base'                      =>  'DC=office,DC=lbox,DC=com',
        'filter'                    =>  '(objectClass=*)',
        'd_filter'                  =>
'(userAccountControl:1.2.840.113556.1.4.803:=2)',
        'group'                     =>
'ou=Lunchbox,DC=office,DC=lbox,DC=com',
#        'group_attr'                =>  'member',
        'tls'                       =>  0,
        'ssl_version'               =>  3,
        'net_ldap_args'             => [    version =>  3  ],

(the rest as you had them...)

Summary--put port in your my_LDAP section, change d_filter, keep
net_ldap_args simple, and then I would remove group_attr for now. Once
you've determined the connection is working, then get fancy. :-)

Best,
- --Glenn

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

iEYEARECAAYFAlGf4NYACgkQf5MxTDXTimGdfQCgtQ60HrwPEDishu3Lb/398mfc
RocAn0dbflykdBZOeqmdLZcZ40U17vuj
=pFSK
-----END PGP SIGNATURE-----



More information about the rt-users mailing list