Ignore:
Timestamp:
09/17/10 12:19:10 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1319 - Possibilidade de erro na pesquisa do ContacCenter?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/inc/class.bo_ldap_manager.inc.php

    r1600 r3262  
    3838                                } 
    3939                                 
     40                                $ou = ''; 
     41                                if($data['cc_ldap_subLevels'] == "true") 
     42                                { 
     43                                        $ou = strtolower('ou'); 
     44                                } 
     45 
    4046                                $this->srcs = array( 
    4147                                        1 => array( 
     
    4652                                                'pw'     => $data['cc_ldap_pw0'], 
    4753                                                'obj'    => 'inetOrgPerson', 
    48                                                 'branch' => strtolower('ou'), 
     54                                                'branch' => $ou, //strtolower('ou'), 
     55                                                'montaDN'       => $data['cc_ldap_subLevels'], 
    4956                                                'visible' => $data['cc_ldap_query_automatic'] 
    5057                                        ) 
Note: See TracChangeset for help on using the changeset viewer.