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 [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.