Home
last modified time | relevance | path

Searched refs:_userInfo (Results 1 – 1 of 1) sorted by relevance

/plugin/authplaincas/
Dauth.php38 var $_userInfo = array(); variable in auth_plugin_authplaincas
277 $this->_userInfo = $this->getUserData($remoteUser);
281 if ($this->_userInfo === false) {
283 $this->_userInfo = array(
295 $USERINFO = $this->_userInfo;
303 $this->_userInfo['uid'] = $remoteUser;
308 if ($this->_userInfo['grps'] != $this->_userInfo['tmp_grps'] ||
309 $attributes['name'] !== $this->_userInfo['name'] ||
310 $attributes['mail'] !== $this->_userInfo['mail']
314 $this->_userInfo = array(
[all …]