Ignore:
Timestamp:
12/13/10 14:33:26 (13 years ago)
Author:
rodsouza
Message:

Ticket #707 - Busca no LDAP modificada para CN e aumento na largura da coluna da interface de escolha.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/setup/ldapmodify.php

    r3582 r3584  
    8181 
    8282        // Take the users from LDAP. 
    83         $sr = ldap_search($ldap,$config['ldap_context'],'(|(uid=*))',array('cn','givenname','uid','uidnumber')); 
     83        $sr = ldap_search($ldap,$config['ldap_context'],'(cn=*)',array('cn','givenname','uid','uidnumber')); 
    8484        $info = ldap_get_entries($ldap, $sr); 
    8585        $tmp = ''; 
Note: See TracChangeset for help on using the changeset viewer.