Ignore:
Timestamp:
05/05/10 09:31:03 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para a busca da foto utilizando o uid configurado dentro do arquivo attributeLdap.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/inc/class.LdapIM.inc.php

    r2514 r2709  
    335335                if( $this->ldap ) 
    336336                { 
    337                         $filter         = "(&(phpgwaccounttype=u)(uid=".$uid."))"; 
     337                        $filter     = "(&(phpgwaccounttype=u)(".$this->attribute."=".$uid."))"; 
    338338                        $justthese      = array($this->attribute, "uidNumber", "phpgwAccontVisible", "dn", "jpegPhoto"); 
    339339                        $search         = ldap_search( $this->ldap, $this->ldap_context, $filter, $justthese, 0, $this->max_result + 1); 
Note: See TracChangeset for help on using the changeset viewer.