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'';
I have looked at the docs but don't see any documentation on authenticating with external db, only internal.