Ignore:
Timestamp:
11/23/10 15:22:12 (13 years ago)
Author:
brunocosta
Message:

Ticket #1325 - Adapta buscas LDAP para casos que não existem OUs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r3396 r3530  
    338338                                */ 
    339339                                 
    340                                 $filter = "(ou=*)"; 
     340                                $filter = "(objectClass=organizationalUnit)"; 
    341341                                $justthese = array("ou"); 
    342342                                $search = ldap_list($ldap_connection2, $context, $filter, $justthese); 
Note: See TracChangeset for help on using the changeset viewer.