synchronize user data

Moderator: crythias

Post Reply
dfoliveira
Znuny newbie
Posts: 22
Joined: 13 Aug 2012, 14:28
Znuny Version: 6.0.29
Real Name: Douglas Oliveira
Company: Tractus Soluções e Serviços em TI
Location: São Paulo - SP - Brasil

synchronize user data

Post by dfoliveira »

Hello,
I would like and help to synchronize the data of users who are in AD. Currently the OTRS synchronizes the Name and surname, user, email and ID, is it possible to also synchronize the phone, address and comment?

thank you
You do not have the required permissions to view the files attached to this post.
DOUGLAS OLIVEIRA
OTRS v6.29 - ITSM - SO Linux with MySQL
skullz
Znuny superhero
Posts: 635
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: synchronize user data

Post by skullz »

If agent profile,
viewtopic.php?p=169633#p169633

For customer user, you just can expand the customer user mapping array with the additional attributes. E.g: sync telephonenumber from AD to otrs

Code: Select all

[ 'UserPhone',      'Phone',      'telephonenumber', 1, 0, 'var', '', 0 ],
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This

Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
Post Reply