[SOLVED] LDAP Customer into Company

Moderator: crythias

Locked
Orichinal
Znuny newbie
Posts: 5
Joined: 02 Sep 2020, 10:43
Znuny Version: 6.0.26
Real Name: Richard

[SOLVED] LDAP Customer into Company

Post by Orichinal »

Hello Guys,

do you have an idea how i can sort departments into different groups?
Every user is sorted inside the Active Directory and has the department name within the AD object.

Can i somehow create and sort users automatically into groups by looking to that active directory field?
Last edited by Orichinal on 23 Sep 2020, 12:18, edited 1 time in total.
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: LDAP Customer into Company

Post by wurzel »

Hi,

yes, use CustomerID and map it to the field.

https://doc.otrs.com/doc/manual/admin/6 ... er-backend

Code: Select all

        [ 'UserCustomerID', 'CustomerID', 'mail',            0, 1, 'var', '', 0 ],
change "mail" to your attribute and check all other CustomerID settings in the ldap config, too. they have to match to the field, too.


FLo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Orichinal
Znuny newbie
Posts: 5
Joined: 02 Sep 2020, 10:43
Znuny Version: 6.0.26
Real Name: Richard

Re: LDAP Customer into Company

Post by Orichinal »

Oh well the solution is pretty easy actually.
Thank you very much, have a great day!
Locked