
6 Jul
2005
6 Jul
'05
12:55 p.m.
I can't seem to get ldap working with otrs-2.0.0-beta4. Before I head off to bugzilla did I miss something? $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = '[ldap.domain.com]'; $Self->{'AuthModule::LDAP::BaseDN'} = '[ou=Users,ou=OxObjects,dc=domain,dc=com]'; $Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName'; This is what I added to Config.pm. The FQDN does resolve. Any insight would be appreciated. Regards, Ted