Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php49 const CONF_AUTH_USERSFILE = 'auth_usersfile'; define in auth_plugin_authshibboleth
96 if(@is_writable(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE))) {
120 if(!file_exists(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE))) return;
122 $lines = file(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE));
401 … if (io_saveFile(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE), $userline, true)) {
404 …msg('The ' . DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE) . ' file is not writable.…