Subversion Repositories ALCASAR

Rev

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

Rev 764 Rev 845
Line 5... Line 5...
5
#
5
#
6
#	Virtual hosts should be put into the "sites-available"
6
#	Virtual hosts should be put into the "sites-available"
7
#	directory.  Soft links should be created in the "sites-enabled"
7
#	directory.  Soft links should be created in the "sites-enabled"
8
#	directory to these files.  This is done in a normal installation.
8
#	directory to these files.  This is done in a normal installation.
9
#
9
#
10
#	$Id: alcasar-radius 764 2011-11-01 12:04:05Z stephane $
10
#	$Id: alcasar-radius 845 2012-03-29 21:17:03Z richard $
11
#
11
#
12
######################################################################
12
######################################################################
13
#
13
#
14
#	Read "man radiusd" before editing this file.  See the section
14
#	Read "man radiusd" before editing this file.  See the section
15
#	titled DEBUGGING.  It outlines a method where you can quickly
15
#	titled DEBUGGING.  It outlines a method where you can quickly
Line 196... Line 196...
196
	#  listed here return "fail", then NO response is sent.
196
	#  listed here return "fail", then NO response is sent.
197
	#
197
	#
198
#	Autz-Type Status-Server {
198
#	Autz-Type Status-Server {
199
#
199
#
200
#	}
200
#	}
-
 
201
	update coa {
-
 
202
		User-Name = "%{User-Name}"
-
 
203
		Acct-Session-Id = "%{Acct-Session-Id}"
-
 
204
		NAS-IP-Address = "%{NAS-IP-Address}"
-
 
205
	}
201
}
206
}
202
 
207
 
203
 
208
 
204
#  Authentication.
209
#  Authentication.
205
#
210
#