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
Using more than one datasource LDAP
Moderator: crythias
-
- 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
OTRS 3.3.5 on Linux Centos 6 with MySQL database.
Re: Using more than one datasource LDAP
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- 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
Hi,
Thanks for the tip everything is working properly .
I know it's a lot of datasources but one I need.
Thanks again.
Thanks for the tip everything is working properly .

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