Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/Remote/Response/
DUser.php17 public $groups; variable in dokuwiki\\Remote\\Response\\User
29 public function __construct($login = '', $name = '', $mail = '', $groups = [])
/dokuwiki/lib/plugins/usermanager/
Dremote.php36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false)
/dokuwiki/inc/
Dauth.php566 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false)
627 function auth_isadmin($user = null, $groups = null, $recache = false)
643 function auth_isMember($memberlist, $user, array $groups)
712 function auth_aclcheck($id, $user, $groups)
/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPComputers.php132 public function groups($computerName, $recursive = NULL) function in adLDAPComputers
DadLDAPUtils.php63 public function niceNames($groups)
DadLDAPContacts.php106 public function groups($distinguishedName, $recursive = NULL) function in adLDAPContacts
DadLDAPUsers.php190 public function groups($username, $recursive = NULL, $isGUID = false) function in adLDAPUsers
/dokuwiki/inc/Remote/
DLegacyApiCore.php425 public function legacyAclCheck($id, $user = null, $groups = null)
DApiCore.php209 public function aclCheck($page, $user = '', $groups = [])