Hi guys
OTRS allows us to login using more than one backend resource(LDAP and OTRS' database so the first to login successfully wins).
I have noticed that when I disabled authentication via OTRS' database using just LDAP auth I cannot login as root. Is there any configuration
that should be changed to achieve that?
Thanks
Login as root using an external authentication module [SOLV]
Moderator: crythias
-
- Znuny newbie
- Posts: 18
- Joined: 23 Aug 2012, 00:39
- Znuny Version: 3.1.8
- Real Name: Flavio
- Company: student
Login as root using an external authentication module [SOLV]
Last edited by fmattos on 23 Dec 2013, 23:52, edited 1 time in total.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Login as root using an external authentication module
You should not need to log in as root@localhost.fmattos wrote:I cannot login as root
Log in with a real ldap user that is a member of group admin.
ldap doesn't have authentication for root@localhost as a login.
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
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
-
- Znuny newbie
- Posts: 18
- Joined: 23 Aug 2012, 00:39
- Znuny Version: 3.1.8
- Real Name: Flavio
- Company: student
Re: Login as root using an external authentication module
Thank you crythias!