Home
last modified time | relevance | path

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

/plugin/authimap2/
H A Dauth.php395 $this->users = $this->_readUserFile($config_cascade['plainauth.users']['default']);
399 $protected = $this->_readUserFile($config_cascade['plainauth.users']['protected']);
415 protected function _readUserFile($file) { function in auth_plugin_authimap2
/plugin/authldaplocal/
H A Dauth.php586 $this->users = $this->_readUserFile($config_cascade['plainauth.users']['default']);
590 $protected = $this->_readUserFile($config_cascade['plainauth.users']['protected']);
606 protected function _readUserFile($file) { function in auth_plugin_authldaplocal