Home
last modified time | relevance | path

Searched refs:sympaDefaultGroup (Results 1 – 2 of 2) sorted by path

/plugin/shibbolethauth/files/
H A Dshibboleth.class.php29 var $sympaDefaultGroup = null; variable in auth_shibboleth
73 $this->sympaDefaultGroup = $conf['defaultgroup'];
364 if($group == $this->sympaDefaultGroup) $defaultgroupset = true;
367 if(!$defaultgroupset) array_unshift($user['grps'],$this->sympaDefaultGroup);
376 if($grp == $this->sympaDefaultGroup) $defaultgrpset = true;
379 if(!$defaultgrpset) array_unshift($grps,$this->sympaDefaultGroup);
/plugin/sympaauth/files/
H A Dsympa.class.php28 var $sympaDefaultGroup = null; variable in auth_sympa
49 $this->sympaDefaultGroup = $conf['defaultgroup'];
149 if(isset($this->sympaDefaultGroup)) {
150 …(empty($grps[0]) ? $grps[0] = $this->sympaDefaultGroup : array_unshift($grps,$this->sympaDefaultGr…