Hello Barry -

Yes. You can use cascaded AuthBy clauses to do this sort of thing.

# define AuthBy clauses

<AuthBy FILE>
        Identifier CheckUsers
        Filename %D/users
</AuthBy>

<AuthBy UNIX>
        Identifier CheckGroup
        .....
</AuthBy>

# define Realm(s) or Handler(s)

<Realm ...>
        AuthBy CheckUsers
        ......
</Realm>


And the file %D/users would contain something like this:

# define DEFAULT users
# reply attributes for each Group follow each entry

DEFAULT Auth-Type = CheckGroup, Group = .....
        ........

DEFAULT Auth-Type = CheckGroup, Group = .....
        ........

.....etc.....


regards

Hugh


On Fri, 28 Dec 2001 09:12, Barry Andersson wrote:
> Hi,
>
> Is it possible for Radiator to examine the Unix group that a user is a
> member of to determine their connection profile (eg session time, idle
> time, etc.)?
>
> I am currently authenticating to /etc/passwd and writing to a flat detail
> file but would like to use the user's group to determine their connection
> profile.
>
> Barry Andersson

-- 
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.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to