[rt-users] RT4/ExternalAuth/AD issues:
Shain Singh
shain.singh at gmail.com
Fri May 17 09:06:00 EDT 2013
Take a tcpdump of the LDAP traffic to see if its binding properly.
--
Shain Singh
+61 422 921 951
// sent from mobile device
On 17/05/2013, at 10:51 PM, Duncan Carter <duncan.carter at trustonic.com> wrote:
> 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