(RADIATOR) AuthLog not logging password
    Herman verschooten 
    H.verschooten at webvisie.net
       
    Thu Oct  2 05:32:17 CDT 2003
    
    
  
Hi,
 
I am trying to log the password in an AuthLog FILE-clausule, but the
field is left blank?
What I get in the log.txt-file is
FAIL:Thu Oct  2 12:31:06 2003:A03245014::FAIL
FAIL:Thu Oct  2 12:31:15 2003:A03266007::FAIL
Any help would be appreciated.
Herman
 
# Radius.cfg
#
#	N	E	T	4	A	L	L
#
Foreground
LogStdout
LogDir          d:/radius/log
DbDir		c:/Program Files/Radiator
BindAddress     XX.YY.96.20
AuthPort        1812,1645
AcctPort        1813,1646
LogFile		%L/log%Y%m%d.log
Trace 4
SnmpgetProg	c:/Program Files/Radiator/net-snmp/snmpget.exe
#Strip realm
RewriteUsername s/^([^@]+).*/$1/
# Allow only these chars in the username
#UsernameCharset a-zA-Z0-9\.-_@
# You will probably want to change this to suit your site.
<Client XX.YY.96.128>
	# Cisco 5300 & Ras
	Identifier 		DIALUP
	Secret			
	DupInterval 	10
#	NasType	   		Cisco
	IdenticalClients XX.YY.96.5
	IdenticalClients XX.YY.96.3
</Client>
<Client XX.YY.ZZ.249>
	# Scarlet DSL
	Identifier 2UDSL
	Secret	
	DupInterval 10
	IdenticalClients XX.YY.ZZ.241
</Client>
<Handler Client-Identifier=DIALUP>
	AcctLogFileName %L/%Y%m%d.log
	AuthByPolicy 	ContinueWhileAccept
	SessionDatabase	DIAL
	<AuthBy SQL>
		DBSource	dbi:ODBC:Radiator
		DBUsername	
		DBAuth		
		AuthSelect	select PASSWORD,CHECKATTR, REPLYATTR
    
    
More information about the radiator
mailing list