Hi Guys,

        I am still getting this error in my logs when attempting to use
authbydynaddress:

Jun 19 10:36:57 contender ./radiusd[24050]: Handling with
Radius::AuthRADIUS 
Jun 19 10:36:57 contender ./radiusd[24050]: Handling with
Radius::AuthDYNADDRESS 
Jun 19 10:36:57 contender ./radiusd[24050]: do query is: update RADPOOL
set STATE=0, TIME_STAMP=961375017 where YIADDR='' 

        My cfg looks like this:

<AddressAllocator SQL>
         Identifier xxx

         DBSource        dbi:mysql:radius
         DBUsername      root
         DBAuth          radiator

         <AddressPool pool1>
                 Subnetmask      255.255.255.0
                 Range   203.44.90.130 203.44.90.134
         </AddressPool>
         </AddressAllocator>


<Realm xxx.net.au>
        RewriteUsername s/^([^@]+).*/$1/
        <AuthBy RADIUS>
                Host xxx.xxx.xxx.xxx
                Secret xxxx
        </AuthBy>
        AcctLogFileName %L/detail.xxx

         <AuthBy DYNADDRESS>
                 Allocator xxx
                 PoolHint %{Reply:PoolHint}
                 StripFromReply PoolHint
        </AuthBy>

</Realm>

        See any glaring faults? :)

        I am getting the PoolHint from the /etc/raddb/users file using:

username Password = "xxxxxxxx"
         PoolHint = pool1

        Regards


-- 

Dean Brandt

Technical Director
Cain Internet Services Pty Ltd
ACN 091949405
Ph 61-3-95231065
Satellite Access - $29.95 - no limits


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to