Issue with LDAP Customer Authentication

Moderator: crythias

Locked
Nisha
Znuny newbie
Posts: 6
Joined: 22 Dec 2011, 21:55
Znuny Version: otrs 3.0

Issue with LDAP Customer Authentication

Post by Nisha »

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
Locked