stop from sync

Moderator: crythias

Post Reply
catweazle
Znuny advanced
Posts: 121
Joined: 15 Feb 2012, 12:22
Znuny Version: 3.1

stop from sync

Post by catweazle »

Code: Select all

# defines AuthSyncBackend (AuthSyncModule) for AuthModule
# if this key exists and is empty, there won't be a sync.
# example values: AuthSyncBackend, AuthSyncBackend2
$Self->{'AuthModule::UseSyncBackend'} = 'AuthSyncBackend';
Two kinds of agents: db-agents only existing at the local DB and ldap-agents existing in ldap and beeing synced.

I do not want OTRS try to sync my db-agents on every logon. So I tired an empty AuthModule::UseSyncBackend as shown in the manual.

Code: Select all

$Self->{'AuthModule1'} = 'Kernel::System::Auth::DB';
$Self->{'AuthModule::DB::CryptType1'} = 'sha2';
$Self->{'AuthModule::UseSyncBackend1'} = '';
So there should not be a sync for 'AuthModule1' because of empty 'AuthModule::UseSyncBackend1' but there still is...

Maybe I messed the numbering up again?!
1: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: stop from sync

Post by crythias »

AuthSyncModule would only be relevant for LDAP backends, would you not agree?
Username collision still applies, though.

jsmith will attempt authentication against all backends.
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
Post Reply