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:
Victor Saisa Lopez
2016-04-14 13:15:17 -04:00
parent a51721f684
commit ca8a74fdf7
3 changed files with 230 additions and 175 deletions

View File

@@ -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);