Hallo,
Ich habe OTRS mit LDAP konfiguriert mit AD (USERS) und funktioniert alles perfekt!!
was ich habe ist:
# This is an example configuration for an LDAP auth. backend.
# (take care that Net::LDAP is installed!)
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host'} = 'domänexx';
$Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'DC=xx, DC=local';
$Self->{'Customer::AuthModule::LDAP::UID'} = 'sAMAccountName';
# The following is valid but would only be necessary if the
# anonymous user do NOT have permission to read from the LDAP tree
$Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'CN=OTRS, CN=Users, DC=xx, DC=local';
$Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'otrs';
Aber jetzt habe ich einen Verteiler im AD mit anderen Benutzer! das bedeutet! diese verteiler wäre "Benutzer" mit einem unteren verteiler Deutschland!
kann mir jemand sagen, wie kann ich es funktionieren machen kann??
vielen danke