Hi,
I am able to authenticate customer against the LDAP if I don't use a posix group. But when I try to authenticate customers who are in IT Users group it doesn't work and there is no error log produced by OTRS either.
When I add below 3 lines to config.pm, I am no longer able to login to customer site.
$Self->{'Customer::AuthModule::LDAP::GroupDN'} = 'CN=IT Users,OU=User Groups (Global),OU=Security,DC=erpcorp,DC=local';
$Self->{'Customer::AuthModule::LDAP::AccessAttr'} = 'memberOf';
$Self->{'AuthModule::LDAP::UserAttr'} = 'DN';
Any help would be appreciated.
Thanks
Issue with LDAP Customer Authentication
Moderator: crythias