I'm trying to implement the SNMPAgent feature of Radiator-2.14.1.  Following
is my radius.cfg file.
____________________________________________________________________

LogDir                  /usr/adm/radacct
DbDir                   /etc/raddb
LogFile                 /usr/adm/radacct/radius.log
DictionaryFile          /etc/raddb/dictionary.all

# You will probably want to change this to suit your site.
<Client DEFAULT>
        Secret  {removed for security reasons}
        DupInterval 0
</Client>

<SNMPAgent>
        Community {removed for security reasons}
</SNMPAgent>

<Log SYSLOG>
Facility local5
Trace 4
</Log SYSLOG>

<SessionDatabase SQL>
        Identifier SDB1
        DBSource        {removed for security reasons}
        DBUsername      {removed for security reasons}
        DBAuth  {removed for security reasons}
</SessionDatabase SQL>

RewriteUsername s/^P//
RewriteUsername s/^([^@]+).*/$1/
RewriteUsername tr/A-Z/a-z/

<Realm DEFAULT>
        PasswordLogFileName /usr/adm/radacct/passwd.log
        AuthByPolicy ContinueWhileAccept

        <AuthBy FILE>
                Filename /etc/raddb/users
                AcceptIfMissing
        </AuthBy>

        <AuthBy PLATYPUS>
                # Change DBSource, DBUsername, DBAuth for your database
                # See the reference manual
                DBSource        {removed for security reasons}
                DBUsername      {removed for security reasons}
                DBAuth  {removed for security reasons}
        </AuthBy>

        <AuthBy RADIUS>
                Host 209.84.160.63
                        Secret {removed for security reasons}
                        Retries 10
                        RetryTimeout 15
        </AuthBy>
</Realm>
____________________________________________________________________

When I start radiusd, I get the following error message on the screen, and
no SNMP info available.


"my" variable $value masks earlier declaration in same scope at
/usr/libdata/perl5/site_perl/Radius/Mib.pm line 303, <FILE> chunk 12
.

Anyone have any suggestions on what I've done wrong?

Kurt Richter
System Administrator
FWI Holdings, Inc.



===
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