Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 1... Line 1...
1
# -*- text -*-
1
# -*- text -*-
2
#
2
#
3
#  $Id$
3
#  $Id: a57741ac3fa5f884ed64d896da3807af5d2a6b99 $
4
 
4
 
5
#
5
#
6
#  The "linelog" module will log one line of text to a file.
6
#  The "linelog" module will log one line of text to a file.
7
#  Both the filename and the line of text are dynamically expanded.
7
#  Both the filename and the line of text are dynamically expanded.
8
#
8
#
Line 22... Line 22...
22
	#
22
	#
23
	#  Depending on format string, the log file may contain secret or
23
	#  Depending on format string, the log file may contain secret or
24
	#  private information about users.  Keep the file permissions as
24
	#  private information about users.  Keep the file permissions as
25
	#  restrictive as possible.
25
	#  restrictive as possible.
26
	permissions = 0600
26
	permissions = 0600
-
 
27
 
-
 
28
	#
-
 
29
	# The Unix group of the log file.
-
 
30
	#
-
 
31
	# The user that freeradius runs as must be in the specified
-
 
32
	# group, otherwise it will not be possible to set the group.
-
 
33
	#
-
 
34
	# group = freerad
-
 
35
 
-
 
36
	#
-
 
37
	# If logging via syslog, the facility can be set here. Otherwise
-
 
38
	# the syslog_facility option in radiusd.conf will be used.
-
 
39
	#
-
 
40
	# syslog_facility = daemon
27
 
41
 
28
	#
42
	#
29
	#  The default format string.
43
	#  The default format string.
30
	format = "This is a log message for %{User-Name}"
44
	format = "This is a log message for %{User-Name}"
31
 
45