Home
last modified time | relevance | path

Searched refs:cando (Results 1 – 25 of 43) sorted by relevance

12

/plugin/authimap/
H A Dauth.php35 $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 …]
/plugin/authsmartcard/
H A Dauth.php22 $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 …]
/plugin/authgooglesheets/
H A Dauth.php24 $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;
/plugin/authclientcert/
H A Dauth.php22 $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 …]
/plugin/authnc/
H A Dauth.php40 $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 …]
/plugin/authowncloud/
H A Dauth.php39 $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 …]
/plugin/adfs/
H A Dauth.php17 $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;
/plugin/authsqlite/
H A Dauth.php45 $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'));
/plugin/authhiorgserver/
H A Dauth.php27 $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 …]
/plugin/authdrupal7/
H A Dauth.php49 $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 …]
/plugin/authdrupal8/
H A Dauth.php46 $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['getGroup
[all...]
/plugin/authsmf20/
H A Dauth.php64 $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;
73 $this->cando['getGroups'] = true;
74 $this->cando['external'] = true;
[all …]
/plugin/authvk/
H A Dauth.php26 $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 …]
/plugin/authremoteuser/
H A Dauth.php37 $this->cando['external'] = true; // trustExternal() is used
38 $this->cando['logout'] = false; // logout() isn't possible because every
44 $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;
/plugin/authucenter/
H A Dauth.php47 $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 …]
/plugin/authsplit/
H A Dauth.php90 $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['addUse
[all...]
/plugin/authplaincas/
H A Dauth.php94 $this->cando['addUser'] = false;
95 $this->cando['delUser'] = true;
97 $this->cando['modPass'] = false;
98 $this->cando['modName'] = false;
99 $this->cando['modMail'] = false;
101 $this->cando['getUsers'] = true;
102 $this->cando['getUserCount'] = true;
104 $this->cando['external'] = true;
105 $this->cando['login'] = true;
106 $this->cando['logout'] = true;
[all …]
/plugin/magento/
H A Dauth.php37 $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 …]
/plugin/authimap2/
H A Dauth.php47 $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;
/plugin/pureldap/
H A Dauth.php34 $this->cando['getUsers'] = true;
35 $this->cando['getGroups'] = true;
36 $this->cando['logout'] = !$this->client->getConf('sso');
40 $this->cando['modPass'] = true;
/plugin/authlemonldap/
H A Dauth.php20 $this->cando['logout'] = false;
21 $this->cando['external'] = true;
/plugin/authphpbb3/
H A Dauth.php75 $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?
85 $this->cando['external'] = true; // Does the module do external auth checking?
[all …]
/plugin/authsaml/
H A Dauth.php40 $this->cando['external'] = true;
41 $this->cando['logoff'] = true;
/plugin/authdjango/
H A Dauth.php31 $this->cando['external'] = true;
32 $this->cando['getGroups'] = true;
33 $this->cando['logout'] = false;
/plugin/authfacebook/
H A Dauth.php32 $this->cando['external'] = true;
33 $this->cando['logout'] = true;
34 $this->cando['delUser'] = false;
49 $this->cando['modPass'] = true;
50 $this->cando['delUser'] = true;

12