$Self->{'Customer::AuthModule::LDAP::UID'} = 'uid';
$Self->{'Customer::AuthModule::LDAP::GroupDN'} = 'cn=otrs_allow_Customer,ou=IT,ou=AnotherOU,dc=mercury,dc=ru';$Self->{'Customer::AuthModule::LDAP::AccessAttr'} = 'memberUid';
# for ldap posixGroups objectclass (just uid)$Self->{'Customer::AuthModule::LDAP::UserAttr'} = 'UID';# for non ldap posixGroups objectclass (full user dn)# $Self->{'Customer::AuthModule::LDAP::UserAttr'} = 'DN';# 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'} = 'otrs';$Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'mypassword';