LDAP Customer Group Problem

Moderator: crythias

Locked
henriqg
Znuny newbie
Posts: 6
Joined: 09 Jan 2015, 13:39
Znuny Version: OTRS 4

LDAP Customer Group Problem

Post by henriqg »

Hello,
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>',
With this DN I can list users.
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>;
What seems strange is the different OUs (ou_X and ou_Y).
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)
Can someone help? Thank you
Locked