Is it a bug? or is it a feature?
:-D
Some time ago, I let the "LogFile" statement from my radius.cfg commented
out (along with Trace 4) pointing to a filename of "debug" and added a
<Log FILE> clause pinting to another filename with trace 3, so I can
enable and disable debugging without affecting (especially in size) my
standard logging.
I tried it and didn't notice anything strange, but now that I enabled
debugging 'cause there was a problem (unrelated to radiator) I noticed
this line whenever I restart radiator in a trace 4:
Tue Feb 27 15:16:46 2001: ERR: Unknown keyword 'Identifier' in
/app/Radiator/etc/radius.cfg line 29
I check the file and it's the Identifier inside the <Log FILE> that,
according to section 6.10.3, should be allowed.
I attach the top of my radius.cfg
====================================================================
LogDir /D/logs/radius
DbDir /app/Radiator/db
DictionaryFile /app/Radiator/etc/dictionary
AuthPort 1812
AcctPort 1813
<SNMPAgent>
Port 50161
Community velo-com-isp
</SNMPAgent>
##################################################################
# LOGGING SECTION #
##################################################################
# Para debugging, descomentar las dos lineas siguientes
Trace 4
LogFile %L/%Y-%m/debuglog_%d-%q
#Trace:
#0 ERR. Error conditions. Serious and unexpected failures
#1 WARNING. Warning conditions. Unexpected failures
#2 NOTICE. Normal but significant conditions.
#3 INFO. Informational messages.
#4 DEBUG. Debugging messages.
#5 Incoming raw packet dumps in hexadecimal.
<Log FILE>
Identifier fileLoggerVelocom # ****THIS IS LINE 29****
Filename %L/%Y-%m/logfile_%d-%q
Trace 3
</Log>
# Log authentication success and failure to a file
<AuthLog FILE>
Identifier authLoggerVelocom
Filename %L/%Y-%m/auth_%d-%q
LogSuccess 1
LogFailure 1
SuccessFormat %l:%n:<****>:OK
FailureFormat %l:%n:%P:FAIL
# FailureFormat %l:%n:%P:FAIL:(%{Reason})
</AuthLog>
#<SNIP>
====================================================================
Any ideas?
--
Mariano Absatz
El Baby
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.