Possible or not possible - ldap customer group

Moderator: crythias

Locked
gregorybel
Znuny newbie
Posts: 3
Joined: 19 Sep 2013, 17:51
Znuny Version: 3.2.7
Real Name: Greg
Company: La poste

Possible or not possible - ldap customer group

Post by gregorybel »

Hi,

I search from 2 days the solution for used this part of my config.pm:

# AuthSyncModule::LDAP::UserSyncAttributeGroupsDefinition
# (If "LDAP" was selected for AuthModule and you want to sync LDAP
# attributes to otrs groups, define the following.)
# $Self->{'AuthSyncModule::LDAP::UserSyncAttributeGroupsDefinition'} = {
# # ldap attribute
# 'LDAPAttribute' => {
# # ldap attribute value
# 'LDAPAttributeValue1' => {
# # otrs group
# 'admin' => {
# # permission
# rw => 1,
# ro => 1,
# },
# 'faq' => {
# rw => 0,
# ro => 1,
# },
# },
# },
# 'LDAPAttribute2' => {
# 'LDAPAttributeValue' => {
# 'users' => {
# rw => 1,
# ro => 1,
# },
# },
# }
# };
grop
I tested lot of lot of solution but I can't map AD group to group OTRS for the customer. For exemple, I would like member of USERS-PARIS active directory group map USERS-PARIS group in OTRS. I read this possibities was just for backend part, it's right?

bye
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Possible or not possible - ldap customer group

Post by crythias »

There is no mapping of customers to ldap groups.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked