Home
last modified time | relevance | path

Searched refs:_getOption (Results 1 – 1 of 1) sorted by relevance

/plugin/authplaincas/
H A Dauth.php161 if($this->_getOption("logFile")){ phpCAS::setDebug($this->_getOption("logFile"));}
165 if($this->_getOption("samlValidate")) {
168 …phpCAS::client($server_version, $this->_getOption('server'), (int) $this->_getOption('port'), $thi…
183 if($this->_getOption('cert')) {
186 elseif($this->_getOption('cacert')) {
193 if($this->_getOption('handlelogoutrequest')) {
211 function _getOption ($optionName) function in auth_plugin_authplaincas
344 if (NULL !== $this->_getOption('defaultgroup')) {
348 if ((NULL !== $this->_getOption('superusers')) &&
429 $groups = $this->_getOption('minimalgroups');
[all …]