Ignore:
Timestamp:
06/15/12 17:00:17 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/prototype/services/OpenLDAP.php

    r5804 r6528  
    11<?php 
     2 
     3use prototype\api\Config as Config; 
    24 
    35class OpenLDAP implements Service 
     
    1315        if( !isset($criteria["limit"]) ) 
    1416                $criteria["limit"] = $this->limit; 
    15          
     17       
    1618        $sr =  ldap_search( $this->con , $this->config['context'] , self::parseCriteria($criteria , $map) , self::parseJustthese($justthese, $map) , 0 , $criteria["limit"]);  
    1719        if(!$sr) return false;  
     
    156158        $as = array_shift( $filter ); 
    157159        $op = self::parseOperator( $as ); 
    158                  
     160 
    159161        if( is_array($filter[0]) ) 
    160162        { 
Note: See TracChangeset for help on using the changeset viewer.