To all,

If anyone is looking into the problem regarding the our Check Item failure
then please ignore it. After much persistence and loss of hair, I have
worked it out.

It was actually very simple now I look at it.

Here is the modification to our radius.cfg file.

----- SNIP -----
<Realm DEFAULT>
        <AuthBy FILE>
           AcceptIfMissing
           Filename /usr/local/etc/raddb/users
        </AuthBy>
        <AuthBy UNIX>
           Identifier System
           Filename /etc/master.passwd
        </AuthBy>
        RewriteUsername s/^([^@]+).*/$1/
        RewriteUsername tr/A-Z/a-z/
        AcctLogFileName %L/detail
        AcctLogFileFormat
%{NAS-Port}|%U|%C|%a|dove|PPP|%{Acct-Status-Type}|%t|%
{Acct-Session-Id}|%{Acct-Terminate-Cause}|%{Acct-Output-Octets}|%{Calling-Statio
n-Id}|%{USR-Connect-Speed}
        PasswordLogFileName %L/logfile
</Realm>
-----------

All other realms have been removed and the modification is this
--
        <AuthBy FILE>
           AcceptIfMissing
           Filename /usr/local/etc/raddb/users
        </AuthBy>
        <AuthBy UNIX>
           Identifier System
           Filename /etc/master.passwd
        </AuthBy>
--

All DEFAULT entries in the users file have been removed. 

Regards,

Paul Thornton.

   ,-      __             -,         DOVE AUSTRALIA SYSADMIN TEAM
  /   \___/ /__ _  _____/   \
 /  _ / _  / _ \ |/ / -_) _  \   Account queries: [EMAIL PROTECTED]
/.-   \_,_/\___/___/\__/    -.\  Tech Support:     [EMAIL PROTECTED]
       A U S T R A L I A         Sales queries:      [EMAIL PROTECTED]
       http://dove.net.au        Admin queries:      [EMAIL PROTECTED]



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to