[rt-users] RT4/ExternalAuth/AD issues:
Duncan Carter
duncan.carter at trustonic.com
Fri May 17 08:51:01 EDT 2013
Hi Shain,
Hasn't helped I'm afraid, double checked the settings, restarted Apache, tried to login and same errors received on web site and in logs.
Kind regards,
-----Original Message-----
From: Shain Singh [mailto:shain.singh at gmail.com]
Hi,
Try the following:
> # The username RT should use to connect to the LDAP server
> 'user' => 'ad-rt-user',
set this to be the LDAP DN, i.e. 'cn=ad-rt-user',ou=OrgUnit,dc=domain,dc-local'
> 'filter' =>
> '(sAMAccountType=805306368)',
I've used the (objectClass=user) as my filter.
> # The filter that will only match disabled users
>
> 'd_filter' =>
> '(&(sAMAccountType=805306368)(userAccountControl:1.2.840.113556.1.4.803:=2))',
I've used (objectClass=ThisWillNeverMatch)
> 'group' => 'RTusers',
cn=RTusers,ou=OrgUnit,dc=domain,dc=local
More information about the rt-users
mailing list