[rt-users] RT::Authen::ExternalAuth insall issue on RT3.8.0

2008-09-11 Thread Chris Black
I was wondering if anyone has been able to get RT 3.8.0 to connect with LDAP using this plugin? I see there have not been any updates on the bug in 5 weeks? http://rt.cpan.org/Public/Bug/Display.html?id=37767 Thanks, Cj B ___ http://lists.bestpracti

Re: [rt-users] RT::Authen::ExternalAuth insall issue on RT3.8.0

2008-09-11 Thread Helmuth Ramirez
-users@lists.bestpractical.com Subject: [rt-users] RT::Authen::ExternalAuth insall issue on RT3.8.0 I was wondering if anyone has been able to get RT 3.8.0 to connect with LDAP using this plugin? I see there have not been any updates on the bug in 5 weeks? http://rt.cpan.org/Public/Bug

Re: [rt-users] RT::Authen::ExternalAuth insall issue on RT3.8.0

2008-09-17 Thread David Kirk
Helmuth's suggestion helped, once I figured out you have to fill in the disabled filter option in the RT_SiteConfig.pm for the LDAP settings. I set it to: 'd_filter' => '(&(objectCategory=person)(objectClass=user) (userAccountControl:1.2.840.113556.1.4.803:=2))', (For Microsof