[rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
I'm having the hardest time binding RT to Active Directory. We've overcome some initial hurdles but we're stuck at this last part. I was hoping someone could help me diagnose this error. The initial user binds fine and my user is found but then it fails when it tries to authenticate. Thanks for the

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
Here it is. Thanks Glenn. Set($ExternalSettings, { 'My_LDAP' => { 'type' => 'ldap', 'server'=> 'ad.office.lbox.com', 'user' => 'cn=thisisauser,cn=Users,DC=office,DC=lbox,DC=com', 'pass'

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
If I comment out group_attr then I get: Use of uninitialized value $group_attr in concatenation (.) or string This is my new config: Set($ExternalSettings, { 'My_LDAP' => { 'type' => 'ldap', 'server'=> 'ad.office.lbox.com',

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
What do you make of the lines: [debug]: LDAP Search === Base: CN=Users,DC=office,DC=lbox,DC=com == Scope: base == Filter: (member=CN=David Neudorfer,OU=Lunchbox,DC=office,DC=lbox,DC=com) == Attrs: dn (/opt/rt4/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm:256) [debug]:

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
That did it! Thank you Glenn. -- View this message in context: http://requesttracker.8502.n7.nabble.com/Active-Directory-and-RT-tp54021p54031.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -- RT Training in Seattle, June 19-20: http://bestpractical.com/training

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
Removing group and group_attr was what did it for me. Hopefully this helps someone else in the future. Set($ExternalSettings, { 'My_LDAP' => { 'type' => 'ldap', 'server'=> 'ad.office.lbox.com', 'port'

Re: [rt-users] Active Directory and RT

2013-05-24 Thread davidneudorfer
Completely did but thank you and at your suggestion I've removed RealName as well. Thank you Thomas. -- View this message in context: http://requesttracker.8502.n7.nabble.com/Active-Directory-and-RT-tp54021p54035.html Sent from the Request Tracker - User mailing list archive at Nabble.com. --