Login as root using an external authentication module [SOLV]

Moderator: crythias

Locked
fmattos
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]

Post by fmattos »

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
Last edited by fmattos on 23 Dec 2013, 23:52, edited 1 time in total.
crythias
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

Post by crythias »

fmattos wrote:I cannot login as root
You should not need to log in as root@localhost.
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
fmattos
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

Post by fmattos »

Thank you crythias!
Locked