HOR-623 "El feature enterprise 'LdapAdvanced' no retorna todos lo objetos" SOLVED
Issue:
El feature enterprise "LdapAdvanced" no retorna todos lo objetos
Cause:
En el server ActiveDirectory se tiene mas de 1000 departamentos
Solution:
Se completo el uso de la funcion "ldap_control_paged_result" en:
- ADMIN > Users > AuthenticationSources > SynchronizeDepartments
- ADMIN > Users > AuthenticationSources > SynchronizeGroups
Note:
Los AuthenticationSources ya registrados deberan ser editados (no hacer cambios) y guardados nuevamente
This commit is contained in:
@@ -112,7 +112,6 @@ try {
|
||||
define('DEBUG_CALENDAR_LOG', $arraySystemConfiguration['debug_calendar']);
|
||||
define('MEMCACHED_ENABLED', $arraySystemConfiguration['memcached']);
|
||||
define('MEMCACHED_SERVER', $arraySystemConfiguration['memcached_server']);
|
||||
define('TIME_ZONE', ini_get('date.timezone'));
|
||||
|
||||
//require_once(PATH_GULLIVER . PATH_SEP . 'class.bootstrap.php');
|
||||
//define('PATH_GULLIVER_HOME', PATH_TRUNK . 'gulliver' . PATH_SEP);
|
||||
|
||||
Reference in New Issue
Block a user