
Hi All, We are using OTRS in our organization. Almost it is working very fine apart of our requirement of integrating it with multiple LDAP Server . In our scenario , we want to integrate this (OTRS ) with multiple ldap server yet not getting the proper way to do this.I have implemented all the stuff what i get on googling yet no success. what the entry i did in the Config.pm is like this .. $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = \@ldaphosts; $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=com'; $Self->{'AuthModule::LDAP::UID'} = 'uid'; $Self->{'AuthModule::LDAP::SearchUserDN'} = 'uid=user1,dc=com'; $Self->{'AuthModule::LDAP::SearchUserPw'} = 'redhat';
participants (1)
-
Rahul singhal