Home
last modified time | relevance | path

Searched +full:recursive_groups -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/plugins/authad/conf/
H A Ddefault.php19 $conf['recursive_groups'] = 0;
H A Dmetadata.php19 $meta['recursive_groups'] = array('onoff','_caution' => 'danger');
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php590 if (array_key_exists("recursive_groups",$options)){ $this->recursiveGroups = $options["recursive_groups"]; }
/dokuwiki/lib/plugins/authad/
H A Dauth.php245 $info['grps'] = $adldap->user()->groups($this->getUserName($user), (bool) $this->opts['recursive_groups']);