#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'}
= 'otrsldap';
# $Self->{'Customer::AuthModule::LDAP::SearchUserPw'}
= 'password';
#Add the following lines when only users
are allowed to login if they reside in the spicified security group
#Remove these lines if you want to provide
login to all users specified in the User Base DN
#example: $Self->{'Customer::AuthModule::LDAP::BaseDN'}
= 'ou=BaseOU, dc=example, dc=com';
$Self->{'Customer::AuthModule::LDAP::GroupDN'}
= 'CN=OTRS_Users,OU=Security Groups,OU=Dublin,DC=int,DC=domain,DC=com';
$Self->{'Customer::AuthModule::LDAP::AccessAttr'}
= 'member';
$Self->{'Customer::AuthModule::LDAP::UserAttr'}
= 'DN'