Using more than one datasource LDAP

Moderator: crythias

Locked
fazaiii
Znuny newbie
Posts: 4
Joined: 05 Sep 2014, 08:34
Znuny Version: 3.3.5
Real Name: Tomasz
Company: Poland

Using more than one datasource LDAP

Post by fazaiii »

Hi,
I use data sources LDAP connected 10 and it works , the problem arises when I plug 11,12,13 LDAP data source (AuthModule1, AuthModule2, ...). I need to connect 13 data sources , but with AuthModule11 is to limit.

Is there a possibility to increase the amount of LDAP data sources connected to AuthModule13 ? I need to increase the limit to 13.

Please help
Thank
OTRS 3.3.5 on Linux Centos 6 with MySQL database.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Using more than one datasource LDAP

Post by jojo »

you can change the code.But I suggest to consilidate the LDAP sources as each data source will slow down OTRS
"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
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Using more than one datasource LDAP

Post by reneeb »

So many datasources might not a good idea, because that can lead to performance issues...

But to change the limit, you have to edit the file: https://github.com/OTRS/otrs/blob/rel-4 ... uth.pm#L63
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
fazaiii
Znuny newbie
Posts: 4
Joined: 05 Sep 2014, 08:34
Znuny Version: 3.3.5
Real Name: Tomasz
Company: Poland

Re: Using more than one datasource LDAP

Post by fazaiii »

Hi,
Thanks for the tip everything is working properly . :) I know it's a lot of datasources but one I need.

Thanks again.
OTRS 3.3.5 on Linux Centos 6 with MySQL database.
Locked