Lines Matching +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

29  * @subpackage User
43 * USER FUNCTIONS
58 * Validate a user's login credentials
60 * @param string $username A user's AD username
61 * @param string $password A user's AD password
70 * Create a user
74 * @param array $attributes The attributes to set to the user account
104 $add["objectclass"][3] = "user"; //person?
165 * Delete a user account
183 * Groups the user is a member of
288 * Determine if a user is in a specific group
315 * Determine a user's password expiry date
342 // - User's own pwdLastSet attribute: stores the last time the password was changed
387 * Modify a user
401 // Find the dn of the user
436 * Disable a user account
453 * Enable a user account
470 * Set the password of a user - This must be performed over SSL
527 * Obtain the user's distinguished name based on their userid
536 $user = $this->info($username, array("cn"), $isGUID);
537 if ($user[0]["dn"] === NULL) {
540 $userDn = $user[0]["dn"];
547 * @param bool $includeDescription Return a description of the user
549 * @param bool $sorted Sort the user accounts
557 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)(cn=" . $search . "))";
604 * @param bool $includeDescription Return a description of the user
607 * @param bool $sorted Sort the user accounts
618 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)" . $searchParams . ")";
642 * Move a user account to a different OU
645 * @param array $container The container or containers to move the user to (please be careful here!).
670 * Get the last logon time of any user as a Unix timestamp