Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 776 → Rev 1623

/web/acc/admin/lib/alcasar/freeradius/siteconfig.php
14,9 → 14,9
public function __construct() {
$this->_sections['authorize'] = new sectionItem('authorize');
$this->_sections['authenticate'] = new sectionItem('authorize');
$this->_sections['preacct'] = new sectionItem('preacct');
$this->_sections['preacct'] = new sectionItem('preacct');
$this->_sections['accounting'] = new sectionItem('accounting');
$this->_sections['session'] = new sectionItem('session');
$this->_sections['session'] = new sectionItem('session');
$this->_sections['post-auth'] = new sectionItem('post-auth');
$this->_sections['pre-proxy'] = new sectionItem('pre-proxy');
$this->_sections['post-proxy'] = new sectionItem('post-proxy');
93,9 → 93,9
$r = new configReader($confFile);
$this->_sections['authorize'] = $r->getSection('authorize');
$this->_sections['authenticate'] = $r->getSection('authenticate');
$this->_sections['preacct'] = $r->getSection('preacct');
$this->_sections['preacct'] = $r->getSection('preacct');
$this->_sections['accounting'] = $r->getSection('accounting');
$this->_sections['session'] = $r->getSection('session');
$this->_sections['session'] = $r->getSection('session');
$this->_sections['post-auth'] = $r->getSection('post-auth');
$this->_sections['pre-proxy'] = $r->getSection('pre-proxy');
$this->_sections['post-proxy'] = $r->getSection('post-proxy');
178,7 → 178,7
# 'raddb/huntgroups' files.
#
# It also adds the %{Client-IP-Address} attribute to the request.
".$this->_writeModule($this->_sections['authorize']->preprocess, 'preprocess')."
".$this->_writeModule($this->_sections['authorize']->preprocess, '# preprocess')."
 
#
# If you want to have a log of authentication requests,