Home
last modified time | relevance | path

Searched defs:username (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php65 public function authenticate($username, $password, $preventRebind = false) {
171 public function delete($username, $isGUID = false)
190 public function groups($username, $recursive = NULL, $isGUID = false)
218 public function info($username, $fields = NULL, $isGUID = false)
273 public function infoCollection($username, $fields = NULL, $isGUID = false)
296 public function inGroup($username, $group, $recursive = NULL, $isGUID = false)
322 public function passwordExpiry($username, $isGUID = false)
394 public function modify($username, $attributes, $isGUID = false)
442 public function disable($username, $isGUID = false)
459 public function enable($username, $isGUID = false)
[all …]
H A DadLDAPExchange.php67 …public function createMailbox($username, $storageGroup, $emailAddress, $mailNickname=NULL, $useDef…
113 …public function addX400($username, $country, $admd, $pdmd, $org, $surname, $givenName, $isGUID=fal…
152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false)
220 public function deleteAddress($username, $emailAddress, $isGUID=false)
260 public function primaryAddress($username, $emailAddress, $isGUID = false)
/dokuwiki/bin/
H A Ddwpage.php18 protected $username = ''; variable in PageCLI
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2265 public function login($username, ...$args)
2292 protected function sublogin($username, ...$args)
2390 private function login_helper($username, $password = null)
2538 private function keyboard_interactive_login($username, $password)
2657 private function ssh_agent_login($username, Agent $agent)
2683 private function privatekey_login($username, PrivateKey $privatekey)
/dokuwiki/inc/
H A Dcommon.php1612 function editorinfo($username, $textonly = false)
1626 function userlink($username = null, $textonly = false)
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql145 username character varying(30) NOT NULL, field
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php692 public function authenticate($username, $password, $preventRebind = false) {