I'm in the process of configuring LDAP in OTRS.
So far I've managed to list users from LDAP Tree and to allow customer login to only a certain group.
However I'd like to list only the users in the group but I'm not getting there.
Code: Select all
BaseDN => 'OU=<ou_X>,OU=<ou_Z>,DC=<dc>',
UserDN => '<domain>\<user>',
UserPw => '<password>',
To allow login to a group I have:
Code: Select all
$Self->{'Customer::AuthModule::LDAP::GroupDN'} = 'CN=<group>,OU=<ou_Y>,OU=<ou_Z>, DC=<dc>;
How can I list only users in group <group>?
Other problem is when adding services to a user (Administration > Clients > Client-service) not all ldap users are listed:
Code: Select all
CLIENTS (>200)