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 <[email protected]> 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:[email protected]] > > 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 > > -- RT Training in Seattle, June 19-20: http://bestpractical.com/training
