How to update agent users info into LDAP - OTRS

English! place to talk about development, programming and coding
Post Reply
williamrobert1983
Znuny newbie
Posts: 94
Joined: 24 Oct 2013, 11:24
Znuny Version: 3.1.1
Real Name: William
Company: Xchanging

How to update agent users info into LDAP - OTRS

Post by williamrobert1983 »

Hi all,

I can update first name or last name for agent in the AdminUser module and updated into the DB.
But not updated into the LDAP and it will replace old info from ldap. How to update into the LDAP too? Please advice.

Thanks,
William
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: How to update agent users info into LDAP - OTRS

Post by reneeb »

The LDAP backend is readonly. You have to change the values in LDAP first, then the new values will be synced into DB.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
williamrobert1983
Znuny newbie
Posts: 94
Joined: 24 Oct 2013, 11:24
Znuny Version: 3.1.1
Real Name: William
Company: Xchanging

Re: How to update agent users info into LDAP - OTRS

Post by williamrobert1983 »

thanks reneeb.
williamrobert1983
Znuny newbie
Posts: 94
Joined: 24 Oct 2013, 11:24
Znuny Version: 3.1.1
Real Name: William
Company: Xchanging

Re: How to update agent users info into LDAP - OTRS

Post by williamrobert1983 »

Hi reneeb,

I have one more doubt about updating Agent User details to LDAP.

Normally, we will create Agent User details in LDAP. EX: firstname, lastname, username, email and password.

whenever user login first time into the OTRS, the user details synchronize into the OTRS DB and this is normal flow in OTRS.

For updating user details from OTRS admin user module itself, Is there is any way to update Agent User details to LDAP from OTRS Config OR still we need to update user details in LDAP directly. Please advice me !

William
Rooobaaat
Znuny wizard
Posts: 432
Joined: 11 Sep 2014, 16:28
Znuny Version: OTRS 5.0.x

Re: How to update agent users info into LDAP - OTRS

Post by Rooobaaat »

Update it directly in LDAP.
OTRS LDAP-Backend is READONLY
My english is better than your german :P

"Produktiv": OTRS: 5.0.x, OTRS::ITSM 5.0.x
"Testing": OTRS 6 git
OS: Debian 8.0 (Jessie)
Apache2.4.10/MySQL 5.5.41
Post Reply