View Issue Details

IDProjectCategoryView StatusLast Update
0026841mantisbtldappublic2020-04-02 06:35
Reporterbboulares Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version2.24.0 
Summary0026841: Very bad performance with $g_use_ldap_email = ON
Description

Hi

when activating g_use_ldap_email = ON, i have very bad performance to manage projects due to manage_proj_edit_page.php slowness (takes 50 secondes).

How to solve this knowing that i use both ldap and DB ?
Can I use multiple $g_ldap_root_dn = 'dc=company,dc=grp'; to reduce time to fetch users in AD ? list like:
#$g_ldap_root_dn_list = array('ou=A1;dc=company,dc=grp','ou=A2;dc=company,dc=grp');

Thanks

Additional Information

#Authentification LDAP
$g_login_method = LDAP;
$g_reauthentication = ON;
$g_reauthentication_expiry = 600;
$g_ldap_server = 'ldap://ldapserver:389';
$g_ldap_root_dn = 'dc=company,dc=grp';
$g_ldap_organization = '';
$g_ldap_protocol_version = 3;
$g_ldap_follow_referrals = OFF;
$g_ldap_bind_dn = 'cn=svc-ldap,ou=Comptes_SVC,ou=Administration,dc=company,dc=grp';
$g_ldap_bind_passwd = '***';
$g_use_ldap_realname = ON;
$g_use_ldap_email = ON;
$g_allow_blank_email = OFF;
$g_send_reset_password = ON;
$g_ldap_uid_field ='employeeID';
$g_ldap_realname_field='cn';
#$g_log_level = LOG_WEBSERVICE;
$g_log_level = LOG_ALL;
$g_log_destination = 'file:/APPLI/logs/mantisbt.log';

TagsNo tags attached.

Relationships

related to 0026622 closeddregad LDAP API does not cache realname information 

Activities

There are no notes attached to this issue.