(RADIATOR) Using /etc/group

Hugh Irvine hugh at open.com.au
Fri Dec 28 02:41:27 CST 2001


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 radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list