Subversion Repositories ALCASAR

Rev

Rev 1623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1623 Rev 1625
Line 176... Line 176...
176
	#
176
	#
177
	#  It takes care of processing the 'raddb/hints' and the
177
	#  It takes care of processing the 'raddb/hints' and the
178
	#  'raddb/huntgroups' files.
178
	#  'raddb/huntgroups' files.
179
	#
179
	#
180
	#  It also adds the %{Client-IP-Address} attribute to the request.
180
	#  It also adds the %{Client-IP-Address} attribute to the request.
181
	".$this->_writeModule($this->_sections['authorize']->preprocess, '# preprocess')."
181
".$this->_writeModule($this->_sections['authorize']->preprocess, '# preprocess')."
182
 
182
 
183
	#
183
	#
184
	#  If you want to have a log of authentication requests,
184
	#  If you want to have a log of authentication requests,
185
	#  un-comment the following line, and the 'detail auth_log'
185
	#  un-comment the following line, and the 'detail auth_log'
186
	#  section, above.
186
	#  section, above.
187
	".$this->_writeModule($this->_sections['authorize']->getSection('auth-log'), '#	auth_log')."
187
".$this->_writeModule($this->_sections['authorize']->getSection('auth-log'), '#	auth_log')."
188
	#
188
	#
189
	#  The chap module will set 'Auth-Type := CHAP' if we are
189
	#  The chap module will set 'Auth-Type := CHAP' if we are
190
	#  handling a CHAP request and Auth-Type has not already been set
190
	#  handling a CHAP request and Auth-Type has not already been set
191
".$this->_writeModule($this->_sections['authorize']->chap, '#	chap')."
191
".$this->_writeModule($this->_sections['authorize']->chap, '#	chap')."
192
	#
192
	#
Line 382... Line 382...
382
 
382
 
383
#
383
#
384
#  Pre-accounting.  Decide which accounting type to use.
384
#  Pre-accounting.  Decide which accounting type to use.
385
#
385
#
386
preacct {
386
preacct {
387
	".$this->_writeModule($this->_sections['preacct']->preprocess, '#	preprocess')."
387
".$this->_writeModule($this->_sections['preacct']->preprocess, '#	preprocess')."
388
 
388
 
389
	#
389
	#
390
	#  Ensure that we have a semi-unique identifier for every
390
	#  Ensure that we have a semi-unique identifier for every
391
	#  request, and many NAS boxes are broken.
391
	#  request, and many NAS boxes are broken.
392
".$this->_writeModule($this->_sections['preacct']->acct_unique, '#	acct_unique')."
392
".$this->_writeModule($this->_sections['preacct']->acct_unique, '#	acct_unique')."