Re: Re[2]: expanding attributes for "groups"

2002-03-26 Thread Alan DeKok
Bjorn Nordbo <[EMAIL PROTECTED]> wrote: > That worked; thanks. I thought that was the point of --with-rlm-dbm-lib-dir, > but from the configure script I can see that this option does nothing. 'cvs update' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Re[2]: expanding attributes for "groups"

2002-03-26 Thread Bjorn Nordbo
Alan DeKok wrote: > Bjorn Nordbo <[EMAIL PROTECTED]> wrote: > > As I mentioned, libtool does not seem to search /local/gnu/lib. > > Because it's not told to. > > Edit the 'Makefile' in that directory, to add to RLM_LDFLAGS the > '-L/path/to/lib', and rebuild. That worked; thanks. I thought

Re: Re[2]: expanding attributes for "groups"

2002-03-26 Thread Alan DeKok
Bjorn Nordbo <[EMAIL PROTECTED]> wrote: > As I mentioned, libtool does not seem to search /local/gnu/lib. Because it's not told to. Edit the 'Makefile' in that directory, to add to RLM_LDFLAGS the '-L/path/to/lib', and rebuild. The short summary is that if you put a library in a place whe

Re: Re[2]: expanding attributes for "groups"

2002-03-26 Thread Bjorn Nordbo
Alan DeKok wrote: > Andrei Koulik <[EMAIL PROTECTED]> wrote: > > seems a bug, should be corrected by freeradius developers. > > You can bypass it by coping *.so* files from /src/modules/rlm_dbm/.libs > > to lib directory (/usr/local/lib/). > > OR, it simply wasn't built on his system. > > Re

Re: expanding attributes for "groups"

2002-03-26 Thread Bjorn Nordbo
Andrei Koulik wrote: > Tuesday, March 26, 2002, 4:28:28 PM, you wrote: > BN> ducati(bn) radius 613$ ls lib/rlm_dbm.* > BN> lib/rlm_dbm.a lib/rlm_dbm.la* > BN> ducati(bn) radius 614$ > > seems a bug, should be corrected by freeradius developers. > You can bypass it by coping *.so* files from /s

Re: Re[2]: expanding attributes for "groups"

2002-03-26 Thread Alan DeKok
Andrei Koulik <[EMAIL PROTECTED]> wrote: > BN> Which is explained by the lack of a loadable rlm_dbm: > > BN> ducati(bn) radius 613$ ls lib/rlm_dbm.* > BN> lib/rlm_dbm.a lib/rlm_dbm.la* > BN> ducati(bn) radius 614$ > > seems a bug, should be corrected by freeradius developers. > You can bypass

Re[2]: expanding attributes for "groups"

2002-03-26 Thread Andrei Koulik
Tuesday, March 26, 2002, 4:28:28 PM, you wrote: BN> Andrei Koulik wrote: >> BN> Aha! So you multiplexes several check-/reply-item tuples per key using >> BN> an empty line as a separator. Clever. >> No. All blank line are ignored they are for readability only. >> Separators are: newline or ';' >

Re: expanding attributes for "groups"

2002-03-26 Thread Bjorn Nordbo
Andrei Koulik wrote: > BN> Aha! So you multiplexes several check-/reply-item tuples per key using > BN> an empty line as a separator. Clever. > No. All blank line are ignored they are for readability only. > Separators are: newline or ';' > > (...) > > this entity contain of three pairs:(1),(2),(3

Re[2]: expanding attributes for "groups"

2002-03-25 Thread Andrei Koulik
Monday, March 25, 2002, 7:28:31 PM, you wrote: BN> Andrei Koulik wrote: >> DEFAULT Service-Type == Framed-User >> Framed-IP-Address = 255.255.255.254, >> Framed-MTU = 576, >> Service-Type = Framed-User, >> Fall-Through = Yes >> >> Framed-Protocol == PPP >

Re: expanding attributes for "groups"

2002-03-25 Thread Bjorn Nordbo
Andrei Koulik wrote: > DEFAULT Service-Type == Framed-User > Framed-IP-Address = 255.255.255.254, > Framed-MTU = 576, > Service-Type = Framed-User, > Fall-Through = Yes > > Framed-Protocol == PPP > Framed-Protocol = PPP, > Framed-Compression

Re[2]: expanding attributes for "groups"

2002-03-25 Thread Andrei Koulik
Hello Bjorn, Monday, March 25, 2002, 2:58:47 PM, you wrote: BN> But what is the key in the DBM if you allow multiple entities with BN> the same username? We have a solution similiar to yours, but with BN> some horrible hacks (I didn't do it) to support this. Instead of two or more record with t

Re: expanding attributes for "groups"

2002-03-25 Thread Bjorn Nordbo
Andrei Koulik wrote: > BN> When RADIUS checks the users, it first attempts to expand Group-Name via. > BN> the groups file, and uses the check items (if any) returned from the ex- > BN> pansion. > > I had the same problem some time ago. It was the reason of writing the > rml_dbm module. > > The

Re: expanding attributes for "groups"

2002-03-25 Thread Andrei Koulik
Hello Bjorn, Friday, March 22, 2002, 4:34:38 PM, you wrote: BN> Hello, BN> We are running Cisctron, but will probably migrate to FreeRADIUS shortly. BN> Today, we have a user database of about 1 million entries contained in a BN> GDBM file (GDBM support hacked into Cistron). All of these users

Re: expanding attributes for "groups"

2002-03-22 Thread Kostas Kalevras
On Fri, 22 Mar 2002, Bjorn Nordbo wrote: > Thomas Huehn wrote: > > On Friday 22 March 2002 14:34, you wrote: > > > 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

Re: expanding attributes for "groups"

2002-03-22 Thread Bjorn Nordbo
Thomas Huehn wrote: > On Friday 22 March 2002 14:34, you wrote: > > 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 c

Re: expanding attributes for "groups"

2002-03-22 Thread Thomas Huehn
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 attri

expanding attributes for "groups"

2002-03-22 Thread Bjorn Nordbo
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 fi