I have this peculiar error using LDAP backends.
I have LDAP correctly configured for Agent Logins and CustomerUsers.
Agents can login with LDAP accounts and Customers show up correctly on the Customer Tab, drop down show "LDAP Backend".
Now I was trying to enable customer login via customer.pl, using the same backend. Configuration is the same as for agents, only different group.
No DB backend is enabled for Customers or Agents, but when trying to login otrs.log shows:
Code: Select all
[Notice][Kernel::System::CustomerAuth::DB::Auth] CustomerUser: No auth record in 'customer_user' for 'xxxxxxx' (REMOTE_ADDR: x.x.x.x)
But why does the log say "[Kernel::System::CustomerAuth::DB::Auth]" if DB is not even enabled?
Code: Select all
# $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::DB';
Is commented out
and
Code: Select all
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';
Can't really understand this. Any tips?
Thanks!