Hello Khetan -

>
>
>I'm currently using Radiator in an environment where people
>are dialling in multiple times (ie sharing accounts). To
>prevent this, I inserted the DefaultSimultaneous clause,
>and that worked great.
>
>Our POP3 server however uses Radius for authentication,
>and the POP3 retrievals were rejected because of an
>apparent attempt to authenticate twice.
>
>Is there any way to restrict the Simultaneous parameter
>to a specific NAS ?
>

Yes. You can set up different Handlers to do this:

# configure Clients with Identifiers

<Client n.n.n.n>
        Identifier POPserver
        ......
</Client>

<Client m.m.m.m>
        ......
</Client>

....

# configure normal AuthBy with Identifier

<AuthBy NNNNNN>
        Identifier CheckUsers
        ......
</AuthBy>

# configure AuthBy GROUP with DefaultSimultaneousUse

<AuthBy GROUP>
        Identifier CheckSimUse
        DefaultSimultaneousUse 1
        AuthBy CheckUsers
</AuthBy>

# configure Handlers

<Handler Client-Identifier = POPserver>
        AuthBy CheckUsers
</Handler>

<Handler>
        AuthBy CheckSimUse
</Handler>


If you have any questions, please ask.

regards

Hugh


-- 

NB: I am travelling this week, so there may be delays in our correspondence.

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.

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