(RADIATOR) splitting auth and acct configurations into two files

S H A N shanali at magix.com.sg
Sat Jun 28 09:08:02 CDT 2003


hi,
	i tried to split a radius.cfg file into two.. rad-auth.cfg rad-acct.cfg but couldn't do so successfully :( any suggestions what could have went wrong? but everything works quiet ok when i merge them back into one :)

-- rad-auth.cfg --
LogDir          /usr/local/etc/raddb/logdir
DbDir           /usr/local/etc/raddb
AuthPort        1812
AcctPort        

DictionaryFile  %D/dictionary
LogFile         %L/logfile-auth-%Y-%m-%d

<Client DEFAULT>
        Secret         xxxxxx 
</Client>

<AuthBy FILE>
        Identifier      CheckFILE
        Filename        %D/users
</AuthBy>

<Handler>
        RewriteUsername tr/A-Z/a-z/
        AuthBy          CheckFILE
</Handler>

-- rad-acct.cfg --
LogDir          /usr/local/etc/raddb/logdir
DbDir           /usr/local/etc/raddb
AuthPort        
AcctPort        1813

DictionaryFile  %D/dictionary
LogFile         %L/logfile-acct-%Y-%m-%d

<Client DEFAULT>
        Secret          xxxxxxx
</Client>

<Handler>
        AcctLogFileName %D/radacct/detail
</Handler>
===
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