Searched refs:cando (Results 1 – 25 of 47) sorted by relevance
12
35 $this->cando['addUser'] = false; // can Users be created?36 $this->cando['delUser'] = false; // can Users be deleted?37 $this->cando['modLogin'] = false; // can login names be changed?38 $this->cando['modPass'] = false; // can passwords be changed?39 $this->cando['modName'] = false; // can real names be changed?40 $this->cando['modMail'] = false; // can emails be changed?41 $this->cando['modGroups'] = false; // can groups be changed?42 $this->cando['getUsers'] = false; // can a (filtered) list of users be retrieved?43 $this->cando['getUserCount'] = false; // can the number of users be retrieved?44 $this->cando['getGroups'] = false; // can a list of available groups be retrieved?[all …]
22 $this->cando['addUser'] = true; // can Users be created?23 $this->cando['delUser'] = true; // can Users be deleted?24 $this->cando['modLogin'] = true; // can login names be changed?25 $this->cando['modPass'] = true; // can passwords be changed?26 $this->cando['modName'] = true; // can real names be changed?27 $this->cando['modMail'] = true; // can emails be changed?28 $this->cando['modGroups'] = true; // can groups be changed?29 $this->cando['getUsers'] = true; // can a (filtered) list of users be retrieved?30 $this->cando['getUserCount']= true; // can the number of users be retrieved?31 $this->cando['getGroups'] = true; // can a list of available groups be retrieved?[all …]
24 $this->cando['getUsers'] = true;25 $this->cando['getUserCount'] = true;26 $this->cando['addUser'] = true;27 $this->cando['delUser'] = true;28 $this->cando['modLogin'] = true;29 $this->cando['modPass'] = true;30 $this->cando['modName'] = true;31 $this->cando['modMail'] = true;32 $this->cando['modGroups'] = true;
22 $this->cando['addUser'] = false; // can Users be created?23 $this->cando['delUser'] = true; // can Users be deleted?24 $this->cando['modLogin'] = false; // can login names be changed?25 $this->cando['modPass'] = false; // can passwords be changed?26 $this->cando['modName'] = false; // can real names be changed?27 $this->cando['modMail'] = false; // can emails be changed?28 $this->cando['modGroups'] = true; // can groups be changed?29 $this->cando['getGroups'] = true; // can a list of available groups be retrieved?30 $this->cando['external'] = true; // does the module do external auth checking?31 $this->cando['logout'] = true; // possible for user logged in with password[all …]
40 $this->cando['addUser'] = false; // can Users be created?41 $this->cando['delUser'] = false; // can Users be deleted?42 $this->cando['modLogin'] = false; // can login names be changed?43 $this->cando['modPass'] = false; // can passwords be changed?44 $this->cando['modName'] = false; // can real names be changed?45 $this->cando['modMail'] = false; // can emails be changed?46 $this->cando['modGroups'] = false; // can groups be changed?47 $this->cando['getUsers'] = true; // can a (filtered) list of users be retrieved?48 $this->cando['getUserCount']= true; // can the number of users be retrieved?49 $this->cando['getGroups'] = true; // can a list of available groups be retrieved?[all …]
39 $this->cando['addUser'] = true;40 $this->cando['modGroups'] = true;41 $this->cando['logout'] = true;42 $this->cando['delUser'] = true;43 $this->cando['modLogin'] = true;44 $this->cando['modPass'] = true;45 $this->cando['modName'] = true;46 $this->cando['modMail'] = true;47 $this->cando['getUsers'] = true;48 $this->cando['getGroups'] = true;[all …]
17 $this->cando['external'] = true;18 $this->cando['logoff'] = true;20 $this->cando['addUser'] = false;21 $this->cando['modLogin'] = false;22 $this->cando['modPass'] = false;23 $this->cando['modName'] = false;24 $this->cando['modMail'] = false;25 $this->cando['modGroups'] = false;
45 $this->cando['addUser'] = $this->_chkcnf(56 $this->cando['delUser'] = $this->_chkcnf(63 $this->cando['modLogin'] = $this->_chkcnf(70 $this->cando['modPass'] = $this->cando['modLogin'];71 $this->cando['modName'] = $this->cando['modLogin'];72 $this->cando['modMail'] = $this->cando['modLogin'];73 $this->cando['modGroups'] = $this->_chkcnf(88 $this->cando['getUsers'] = $this->_chkcnf(95 $this->cando['getUserCount'] = $this->_chkcnf(array('getUsers'));
27 $this->cando['addUser'] = false; // can Users be created?28 $this->cando['delUser'] = false; // can Users be deleted?29 $this->cando['modLogin'] = false; // can login names be changed?30 $this->cando['modPass'] = false; // can passwords be changed?31 $this->cando['modName'] = false; // can real names be changed?32 $this->cando['modMail'] = false; // can emails be changed?33 $this->cando['modGroups'] = false; // can groups be changed?34 $this->cando['getUsers'] = false; // can a (filtered) list of users be retrieved?35 $this->cando['getUserCount']= false; // can the number of users be retrieved?36 $this->cando['getGroups'] = false; // can a list of available groups be retrieved?[all …]
46 $this->cando['addUser'] = false; // can Users be created?47 $this->cando['delUser'] = false; // can Users be deleted?48 $this->cando['modLogin'] = false; // can login names be changed?49 $this->cando['modPass'] = false; // can passwords be changed?50 $this->cando['modName'] = false; // can real names be changed?51 $this->cando['modMail'] = false; // can emails be changed?52 $this->cando['modGroups'] = false; // can groups be changed?53 $this->cando['getUsers'] = false; // FIXME can a (filtered) list of users be retrieved?54 $this->cando['getUserCount'] = true; // can the number of users be retrieved?55 $this->cando['getGroups'] = false; // FIXME can a list of available groups be retrieved?[all …]
49 $this->cando['addUser'] = false; // can Users be created?50 $this->cando['delUser'] = false; // can Users be deleted?51 $this->cando['modLogin'] = false; // can login names be changed?52 $this->cando['modPass'] = false; // can passwords be changed?53 $this->cando['modName'] = false; // can real names be changed?54 $this->cando['modMail'] = false; // can emails be changed?55 $this->cando['modGroups'] = false; // can groups be changed?56 $this->cando['getUsers'] = false; // FIXME can a (filtered) list of users be retrieved?57 $this->cando['getUserCount']= true; // can the number of users be retrieved?58 $this->cando['getGroups'] = false; // FIXME can a list of available groups be retrieved?[all …]
18 $this->cando['external'] = true;19 $this->cando['logoff'] = true;21 $this->cando['addUser'] = false;22 $this->cando['modLogin'] = false;23 $this->cando['modPass'] = false;24 $this->cando['modName'] = false;25 $this->cando['modMail'] = false;26 $this->cando['modGroups'] = false;
26 $this->cando['external'] = true;27 $this->cando['logout'] = true;28 $this->cando['addUser'] = true;29 $this->cando['addUser'] = true;30 $this->cando['delUser'] = true;31 $this->cando['modLogin'] = true;32 $this->cando['modPass'] = true;33 $this->cando['modName'] = true;34 $this->cando['modMail'] = true;35 $this->cando['modGroups'] = true;[all …]
64 $this->cando['addUser'] = false;65 $this->cando['delUser'] = false;66 $this->cando['modLogin'] = false;67 $this->cando['modPass'] = false;68 $this->cando['modName'] = false;69 $this->cando['modMail'] = false;70 $this->cando['modGroups'] = false;71 $this->cando['getUsers'] = false;72 $this->cando['getUserCount'] = false;73 $this->cando['getGroups'] = true;[all …]
47 $this->cando['addUser'] = false; // can Users be created?48 $this->cando['delUser'] = false; // can Users be deleted?49 $this->cando['modLogin'] = false; // can login names be changed?50 $this->cando['modPass'] = false; // can passwords be changed?51 $this->cando['modName'] = false; // can real names be changed?52 $this->cando['modMail'] = false; // can emails be changed?53 $this->cando['modGroups'] = false; // can groups be changed?54 $this->cando['getUsers'] = false; // can a (filtered) list of users be retrieved?55 $this->cando['getUserCount']= false; // can the number of users be retrieved?56 $this->cando['getGroups'] = false; // can a list of available groups be retrieved?[all …]
37 $this->cando['external'] = true; // trustExternal() is used38 $this->cando['logout'] = false; // logout() isn't possible because every44 $this->cando['addUser'] = true;45 $this->cando['delUser'] = true;46 $this->cando['modLogin'] = true;47 $this->cando['modName'] = true;48 $this->cando['modMail'] = true;49 $this->cando['modGroups'] = true;51 $this->cando['getUsers'] = true;52 $this->cando['getUserCount'] = true;
90 $this->cando['modLogin'] = $this->authplugins['secondary']->canDo('modLogin');93 $this->cando['modPass'] = $this->authplugins['primary']->canDo('modPass');100 $this->cando[$cap] = $this->authplugins['secondary']->canDo($cap);105 $this->cando['external'] = $this->authplugins['primary']->cando['external'];108 $this->cando['logout'] = $this->authplugins['primary']->canDo('logout');127 foreach ($this->cando as $key => $value) {128 if ($this->cando[$key])238 if (!$this->authplugins['secondary']->cando['addUser']) {396 if (!$userinfo && $this->authplugins['primary']->cando['addUser']) {
94 $this->cando['addUser'] = false;95 $this->cando['delUser'] = true;96 $this->cando['modLogin'] = false; //keep this false as CAS name is constant97 $this->cando['modPass'] = false;98 $this->cando['modName'] = false;99 $this->cando['modMail'] = false;100 $this->cando['modGroups'] = false;101 $this->cando['getUsers'] = true;102 $this->cando['getUserCount'] = true;104 $this->cando['external'] = true;[all …]
37 $this->cando['addUser'] = false; // can Users be created?38 $this->cando['delUser'] = false; // can Users be deleted?39 $this->cando['modLogin'] = false; // can login names be changed?40 $this->cando['modPass'] = false; // can passwords be changed?41 $this->cando['modName'] = false; // can real names be changed?42 $this->cando['modMail'] = false; // can emails be changed?43 $this->cando['modGroups'] = false; // can groups be changed?44 $this->cando['getUsers'] = false; // can a (filtered) list of users be retrieved?45 $this->cando['getUserCount']= false; // can the number of users be retrieved?46 $this->cando['getGroups'] = false; // can a list of available groups be retrieved?[all …]
47 $this->cando['addUser'] = true;48 $this->cando['delUser'] = true;49 $this->cando['modLogin'] = true;50 $this->cando['modPass'] = false;51 $this->cando['modName'] = true;52 $this->cando['modMail'] = true;53 $this->cando['modGroups'] = true;55 $this->cando['getUsers'] = true;56 $this->cando['getUserCount'] = true;
34 $this->cando['getUsers'] = true;35 $this->cando['getGroups'] = true;36 $this->cando['logout'] = !$this->client->getConf('sso');40 $this->cando['modPass'] = true;
75 $this->cando['addUser'] = false; // Can Users be created?76 $this->cando['delUser'] = false; // Can Users be deleted?77 $this->cando['modLogin'] = false; // Can login names be changed?78 $this->cando['modPass'] = false; // Can passwords be changed?79 $this->cando['modName'] = false; // Can real names be changed?80 $this->cando['modMail'] = false; // Can emails be changed?81 $this->cando['modGroups'] = false; // Can groups be changed?82 $this->cando['getUsers'] = true; // Can a (filtered) list of users be retrieved?83 $this->cando['getUserCount']= true; // Can the number of users be retrieved?84 $this->cando['getGroups'] = true; // Can a list of available groups be retrieved?[all …]
25 $this->cando['external'] = true;30 $this->cando['delUser'] = true;33 $this->cando['modMail'] = true;34 $this->cando['modName'] = true;35 $this->cando['modGroups'] = true;37 $this->cando['getUsers'] = true;38 $this->cando['getUserCount'] = true;39 $this->cando['getGroups'] = true;
20 $this->cando['logout'] = false;21 $this->cando['external'] = true;
40 $this->cando['external'] = true;41 $this->cando['logoff'] = true;