Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php328 $userInfo = $this->info($username, array("pwdlastset", "useraccountcontrol"), $isGUID);
329 $pwdLastSet = $userInfo[0]['pwdlastset'][0];
332 if ($userInfo[0]['useraccountcontrol'][0] == '66048') {
656 $userInfo = $this->info($username, array("*"));
657 $dn = $userInfo[0]['distinguishedname'][0];
678 $userInfo = $this->info($username, array("lastLogonTimestamp"));
679 $lastLogon = adLDAPUtils::convertWindowsTimeToUnixTime($userInfo[0]['lastLogonTimestamp'][0]);
/dokuwiki/
H A Dfeed.php