On Friday 22 March 2002 14:34, you wrote: > Hello, > > We are running Cisctron, but will probably migrate to FreeRADIUS shortly. > > Today, we have a user database of about 1 million entries contained in a > GDBM file (GDBM support hacked into Cistron). All of these users have a > Group-Name attribute, for instance "isdnuser". We also have a group file > (also hacked in), where the groups are defined like this: > > isdnuser Called-Station-Id = "22334455" > > When RADIUS checks the users, it first attempts to expand Group-Name via. > the groups file, and uses the check items (if any) returned from the ex- > pansion. > > The idea is to be able to quickly respond to changes that affect a large > group of users. Instead of changing every entry in the user database, a > single change in the groups file is all that is needed. > > Is this possible with FreeRADIUS, or is it a better way to do this kind > of thing?
Yes it is possible with Free Radius. You could store the data in a mysql database with settings per group and also per user. Each user could also in different groups ;) > > > Thanks in advance! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
