Changeset 892


Ignore:
Timestamp:
05/21/09 15:53:04 (15 years ago)
Author:
alexandrecorreia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/class.ldap_im.inc.php

    r697 r892  
    3333                $this->ldap_dn          = (isset($_SESSION['phpgw_info']['jabberit_messenger']['user_ldap_jabberit'])) ? $_SESSION['phpgw_info']['jabberit_messenger']['user_ldap_jabberit'] : $GLOBALS['phpgw_info']['server']['ldap_root_dn']; 
    3434                $this->ldap_pass        = (isset($_SESSION['phpgw_info']['jabberit_messenger']['password_ldap_jabberit'])) ? $_SESSION['phpgw_info']['jabberit_messenger']['password_ldap_jabberit'] : $GLOBALS['phpgw_info']['server']['ldap_root_pw']; 
    35                 $this->jid                      = $_SESSION['phpgw_info']['jabberit_messenger']['user']; 
     35                $this->jid                      = $_SESSION['phpgw_info']['jabberit_messenger']['user_jabber']; 
    3636                $this->max_result       = 50; 
    3737        } 
     
    205205                                                $result['mail'] = @ldap_get_values($this->ldap, $entry, 'mail'); 
    206206                                                $result['uid'] = @ldap_get_values($this->ldap, $entry, 'uid'); 
     207                                                $result['jid'] = @ldap_get_values($this->ldap, $entry, 'uid'); 
    207208                                                $result['cn'] = @ldap_get_values($this->ldap, $entry, 'cn'); 
    208209                                                // SERPRO 
Note: See TracChangeset for help on using the changeset viewer.