OTRS LDAP capability

Moderator: crythias

Locked
bermelian
Znuny newbie
Posts: 18
Joined: 08 Aug 2012, 05:50
Znuny Version: 3.1.10
Real Name: Nelson J. Manio
Company: Novenix

OTRS LDAP capability

Post by bermelian »

Some OTRS LDAP features that I wish to verify :

• Can it use LDAP groups for permissions?
• Do nested groups work?
• Does it work with both Security and Distribution groups?
• What user info is populated in the software, and is it dynamically updated?
• What happens when a user is disabled or deleted from LDAP?
• What happens with duplicate account names in the software?
• Can it authenticate against multiple domains?

I need to confirm if all the functionalities we require would be met as it will be (OTRS) the backbone of our Service Management infrastructure .
OTRS 3.1.10
ITSM 3.1.6
CentOS 6.3 (Vmware)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS LDAP capability

Post by crythias »

bermelian wrote:Can it use LDAP groups for permissions?
There's a capability to do that for Agents
viewtopic.php?f=60&t=16543
bermelian wrote: Do nested groups work?
I don't believe so.
bermelian wrote:Does it work with both Security and Distribution groups?
It works on Distinguished Names (DN), but doesn't care what the type of group is.
bermelian wrote:What user info is populated in the software, and is it dynamically updated?
Customer information is not populated into the database from LDAP, it is merely queried from the MAP in Config.pm.
User/Agent information is somewhat synced, and varies if you want to sync it.
bermelian wrote:What happens when a user is disabled or deleted from LDAP?
The user is no longer able to log in to OTRS. That's all that happens. Tickets are still attached to the username and don't magically disappear.
bermelian wrote:What happens with duplicate account names in the software?
The duplicate account name can't log in. If this will be a problem, perhaps userPrincipalName may be a better choice than normal login or find a different way (email?) to prevent collisions.
bermelian wrote:Can it authenticate against multiple domains?
Yes. You should read my link and the appropriate documentation.
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
bermelian
Znuny newbie
Posts: 18
Joined: 08 Aug 2012, 05:50
Znuny Version: 3.1.10
Real Name: Nelson J. Manio
Company: Novenix

Re: OTRS LDAP capability

Post by bermelian »

Thank you very much !!
OTRS 3.1.10
ITSM 3.1.6
CentOS 6.3 (Vmware)
Locked