Agent authentication external database

Moderator: crythias

Locked
caesar305
Znuny newbie
Posts: 7
Joined: 05 Feb 2015, 08:11
Znuny Version: 4.0.5

Agent authentication external database

Post by caesar305 »

Hello,

Is there a way to authenticate agents with an external database (not ldap)?

Something like:

Code: Select all

$Self->{'AuthModule::DB::CryptType'} = 'plain';
$Self->{'AuthModule'} = 'Kernel::System::CustomerAuth::DB';
$Self->{'AuthModule::DB::Table'} = 'users';
$Self->{'AuthModule::DB:DSN'} = 'DBI:mysql:database=dbname;host=192.168.1.1'';
[/code]
I have looked at the docs but don't see any documentation on authenticating with external db, only internal.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Agent authentication external database

Post by jojo »

It is not possible for Agents
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked