Search found 2 matches

by ilang
26 Jun 2012, 11:11
Forum: Help
Topic: ldap authentication fails
Replies: 2
Views: 1001

Re: ldap authentication fails

OK, after another research I changed the configuration to: $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = '10.90.1.5'; $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=medcon, dc=com'; $Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName'; $Self->{'AuthModule::LDAP:...
by ilang
26 Jun 2012, 09:37
Forum: Help
Topic: ldap authentication fails
Replies: 2
Views: 1001

ldap authentication fails

Hi, I am new with OTRS but it looks great! I tried to make an ldap authentication so I had copied and example and made some changes. unfourtunatly it does not work. Can somebody assist? Thank you! ## Set up LDAP for Customer authentication to the Frontend for customers. $Self->{'Customer::AuthModule...