Hi,
We have implemented OTRS with LDAP connectivity for Agent and customers.
Can you please suggest if this good one to authenticate using LDAP or not?
Is it any way if admin/Agent can change the agent/Customer data even after connected with LDAP ?
Only Agents and Customers can authenticate with LDAP or even Admin can also log on using LDAP authenticate ?
Regards,
Gaurav Munjal
LDAP connectivity with OTRS...Better or not ?
Moderator: crythias
Re: LDAP connectivity with OTRS...Better or not ?
Hi,
LDAP is a read only source. You can implement it without problems for Authentification.
You set the permissions in OTRS, you can define who may logon. Read Perl::LDAP Documentation for more information.
Flo
LDAP is a read only source. You can implement it without problems for Authentification.
You set the permissions in OTRS, you can define who may logon. Read Perl::LDAP Documentation for more information.
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.
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.
-
- Znuny advanced
- Posts: 108
- Joined: 23 Oct 2013, 09:17
- Znuny Version: 3.3.0 beta 2
- Real Name: Gaurav Munjal
- Company: Nagarro
Re: LDAP connectivity with OTRS...Better or not ?
Thanks for the suggestion.