Search found 5 matches
- 31 Aug 2012, 17:22
- Forum: General
- Topic: Custustomer Frontend multiple AuthModules
- Replies: 8
- Views: 3810
Re: Custustomer Frontend multiple AuthModules
Thanks, it works.
- 30 Aug 2012, 09:59
- Forum: General
- Topic: Custustomer Frontend multiple AuthModules
- Replies: 8
- Views: 3810
Re: Custustomer Frontend multiple AuthModules
Sorry for my late answer, I was out of town.
I already changed the setting, see my previous post.
I already changed the setting, see my previous post.
Code: Select all
$Self->{'Customer::AuthModule2'} = 'Kernel::System::CustomerAuth::DB';- 24 Aug 2012, 14:35
- Forum: General
- Topic: Custustomer Frontend multiple AuthModules
- Replies: 8
- Views: 3810
Re: Custustomer Frontend multiple AuthModules
Thanks. I changed the following lines $Self->{'Customer::AuthModule1'} = 'Kernel::System::CustomerAuth::LDAP'; ... $Self->{'Customer::AuthModule2'} = 'Kernel::System::CustomerAuth::DB'; Thanks for the hint. Know OTRS writes the following error into the log: Need CustomerAuthModule::DB::CustomerKey2 ...
- 24 Aug 2012, 11:34
- Forum: General
- Topic: Custustomer Frontend multiple AuthModules
- Replies: 8
- Views: 3810
Re: Custustomer Frontend multiple AuthModules
Sorry, I don't get it. Without Customer:: Prefix the Options are for Backend Authentication, aren't they? Ist there no differentiation possible like in older OTRS versions?
- 24 Aug 2012, 08:35
- Forum: General
- Topic: Custustomer Frontend multiple AuthModules
- Replies: 8
- Views: 3810
Custustomer Frontend multiple AuthModules
Hello everybody: I try to configure OTTRS for multiple AuthModules and CustomerUsers. Unfortunately it seems not to work similar than for the agent interface. $Self->{'Customer::AuthModule1'} = 'Kernel::System::Auth::LDAP'; $Self->{'Customer::AuthModule::LDAP::Host1'} = '<ip>'; $Self->{'Customer::Au...