Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1671 → Rev 1672

/web/acc/admin/lib/alcasar/freeradius/siteconfig.php
249,10 → 249,10
# is meant to mirror the \"users\" file.
#
# See \"Authorization Queries\" in sql.conf
".$this->_writeModule($this->_sections['authorize']->sql, 'sql')."
".$this->_writeModule($this->_sections['authorize']->noresetcounter, 'noresetcounter')."
".$this->_writeModule($this->_sections['authorize']->dailycounter, 'dailycounter')."
".$this->_writeModule($this->_sections['authorize']->monthlycounter, 'monthlycounter')."
".$this->_writeModule($this->_sections['authorize']->sql, 'sql')."
".$this->_writeModule($this->_sections['authorize']->noresetcounter, 'noresetcounter')."
".$this->_writeModule($this->_sections['authorize']->dailycounter, 'dailycounter')."
".$this->_writeModule($this->_sections['authorize']->monthlycounter, 'monthlycounter')."
#
# If you are using /etc/smbpasswd, and are also doing
# mschap authentication, the un-comment this line, and
262,8 → 262,8
# The ldap module will set Auth-Type to LDAP if it has not
# already been set
".$this->_writeModule($this->_sections['authorize']->ldap, '# ldap {
# fail = 1
# }')."
# fail = 1
# }')."
#
# Enforce daily limits on time spent logged in.
".$this->_writeModule($this->_sections['authorize']->daily, '# daily')."
429,7 → 429,7
# Due to packet losses in the network, the data here
# may be incorrect. There is little we can do about it.
".$this->_writeModule($this->_sections['accounting']->radutmp, '# radutmp')."
".$this->_writeModule($this->_sections['accounting']->sradutmp, 'sradutmp')."
".$this->_writeModule($this->_sections['accounting']->sradutmp, '# sradutmp')."
 
# Return an address to the IP Pool when we see a stop record.
".$this->_writeModule($this->_sections['accounting']->main_pool, '# main_pool')."
438,7 → 438,7
# Log traffic to an SQL database.
#
# See \"Accounting queries\" in sql.conf
".$this->_writeModule($this->_sections['accounting']->sql, 'sql')."
".$this->_writeModule($this->_sections['accounting']->sql, 'sql')."
 
#
# Instead of sending the query to the SQL server,
470,7 → 470,7
 
#
# See \"Simultaneous Use Checking Queries\" in sql.conf
".$this->_writeModule($this->_sections['session']->sql, '# sql')."
".$this->_writeModule($this->_sections['session']->sql, '# sql')."
}
 
 
518,7 → 518,7
Post-Auth-Type REJECT {
attr_filter.access_reject
}
".$this->_writeModule($this->_sections['post-auth']->files, '# files')."
".$this->_writeModule($this->_sections['post-auth']->files, '# files')."
}
 
#