(RADIATOR) AuthLog syntax
Stuart Kendrick
skendric at fhcrc.org
Sun Sep 10 20:41:22 CDT 2006
hi,
i use AuthLog in each Handler ... and i have one Handler where Radiator
complains about my AuthLog syntax ... line 144 and 145 are the 'AuthLog'
and 'AuthLogFileName' lines in the 'vdops-gear' Handler
Sun Sep 10 18:37:33 2006: ERR: Unknown keyword 'AuthLog' in c:\Program
Files\Radiator\radius-mgmt.cfg line 144
Sun Sep 10 18:37:33 2006: ERR: Unknown keyword 'AcctLogFileName' in
c:\Program Files\Radiator\radius-mgmt.cfg line 145
Sun Sep 10 18:37:33 2006: DEBUG: Finished reading configuration file
'c:\Program Files\Radiator\radius-mgmt.cfg'
Sun Sep 10 18:37:33 2006: DEBUG: Reading dictionary file 'C:/Program
Files/Radiator/dictionary'
Sun Sep 10 18:37:33 2006: DEBUG: Creating authentication port 0.0.0.0:1812
Sun Sep 10 18:37:33 2006: DEBUG: Creating accounting port 0.0.0.0:1813
Sun Sep 10 18:37:33 2006: NOTICE: Server started: Radiator 3.15 on vidal
i don't see what's wrong with my syntax ... and i don't see what is
different about these two lines, as compared to the AuthLog and
AccLogFileName lines in my other Handlers ... but when i comment out
lines 144 and 145, Radiator loads without complaint:
Sun Sep 10 18:39:32 2006: DEBUG: Finished reading configuration file
'c:\Program Files\Radiator\radius-mgmt.cfg'
Sun Sep 10 18:39:32 2006: DEBUG: Reading dictionary file 'C:/Program
Files/Radiator/dictionary'
Sun Sep 10 18:39:32 2006: DEBUG: Creating authentication port 0.0.0.0:1812
Sun Sep 10 18:39:32 2006: DEBUG: Creating accounting port 0.0.0.0:1813
Sun Sep 10 18:39:32 2006: NOTICE: Server started: Radiator 3.15 on vidal
here is a snippet from my radius config file:
[...]
##### VDOPS Cisco Gear (plus IPSCON) #####
<Handler Client-Identifier=vdops-gear>
RejectHasReason
# Check the RSA tokencode
<AuthBy GROUP>
AuthByPolicy ContinueWhileAccept
<AuthBy ACE>
</AuthBy>
<AuthBy GROUP>
# Check group membership and return the appropriate Service-Type
<AuthBy GROUP>
AuthByPolicy ContinueWhileReject
AuthBy CheckCiscoEnable
AuthBy CheckCiscoReadOnly
</AuthBy>
# Log it
AuthLog mgmt-authlog
AcctLogFileName %L/Acct/%Y-%m-%d-acct
</Handler>
##### VDOPS APC Gear (SmartUPS, EMU) ########
# Describe how to handle authentication against any VDOPS-managed APC
# gear
<Handler Client-Identifier=vdops-apc>
RejectHasReason
AuthByPolicy ContinueWhileIgnore
# Handle administrative users
<AuthBy LSA>
Domain FHCRC
Group EnableGroup
AddToReply Service-Type = "Administrative-User"
</AuthBy>
# Log it
AuthLog mgmt-authlog
AcctLogFileName %L/Acct/%Y-%m-%d-acct
</Handler>
[..]
suggestions appreciated,
--sk
stuart kendrick
fhcrc
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list