Hello Gordon -

On Friday 02 February 2001 12:10, Gordon Smith wrote:
> The problem I have is that the signup users need to come out of a pool of
> addresses, and I don't have access to one group of NAS's. So, I just want
> to intercept that particular login, and assign the user the next available
> address out of a pool. The rest of the users get dynamic addresses from the
> NAS's.
>

You would do something like this:

# configure AddressAllocatorSQL

<AddressAllocator SQL>
        Identifier SQLAllocator
        DBSource ...
        DBUsername ...
        DBAuth ....
        ....
</AddressAllocator>

<AuthBy DYNADDRESS>
        Identifier AllocateIPAddressForSignup
        Allocator SQLAllocator
        .....
</AuthBy>

# configure Handler for signup users

<Handler User-Name = signup>
        AuthByPolicy ContinueWhileAccept
        AuthBy .....
        AuthBy AllocateIPAddressForSignup
</Handler>

<Handler .....>
        .....
</Handler>

If you have any questions please ask.

regards

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

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