RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-11 Thread Brad Crotchett
"J.J.Bailey" <[EMAIL PROTECTED]> wrote: > A few months ago I looked into dbm support too. I wasn't sure it was > working, so I started reading the code. This is from today's > snapshot, unchanged since earlier: > > muttley# find . -print | xargs fgrep use_dbm > ./src/include/radiusd.h:extern i

Re[2]: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-11 Thread Andrei Koulik
Thursday, July 11, 2002, 1:48:17 AM, Brad Crotchett wrote: BC> *in* the modules section. BC> Ok, then what parameters would it be looking for? I have told it the path BC> to the dbm file, what else would it need? Only "usersfile" parameter is expected in this version. In general way the sec

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread Alan DeKok
"J.J.Bailey" <[EMAIL PROTECTED]> wrote: > A few months ago I looked into dbm support too. I wasn't sure it was > working, so I started reading the code. This is from today's > snapshot, unchanged since earlier: > > muttley# find . -print | xargs fgrep use_dbm > ./src/include/radiusd.h:extern in

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread J.J.Bailey
> > Ok, then what parameters would it be looking for? I have told it the path > > to the dbm file, what else would it need? > I don't know, sorry. All I know about it is what I've read in the > module documentation. A few months ago I looked into dbm support too. I wasn't sure it was workin

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread Alan DeKok
"Brad Crotchett" <[EMAIL PROTECTED]> wrote: > Ok, then what parameters would it be looking for? I have told it the path > to the dbm file, what else would it need? I don't know, sorry. All I know about it is what I've read in the module documentation. Alan DeKok. - List info/subscribe/un

RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread Brad Crotchett
*in* the modules section. Ok, then what parameters would it be looking for? I have told it the path to the dbm file, what else would it need? should be it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscrib

Re: Re[2]: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread Alan DeKok
Andrei Koulik <[EMAIL PROTECTED]> wrote: > Here new version of rlm_dbm module documentation written by Bjorn > Nordbo. Please apply this version. Added, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re[2]: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-10 Thread Andrei Koulik
Hello. I not often read this list, so can't answer question related to dbm module in proper time. Here new version of rlm_dbm module documentation written by Bjorn Nordbo. Please apply this version. Now I can answer subject questions. Wednesday, July 10, 2002, 12:07:15 AM, Alan DeKok wrote: AD

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-09 Thread Alan DeKok
> Configure the server to use the DBM module. Configure the DBM > module with the values it needs. These configurations do NOT come > with the server by default. Never mind... I've added them to the server. Look in the CVS snapshot from tonight: doc/rlm_dbm raddb/experimental

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-09 Thread Alan DeKok
"Brad Crotchett" <[EMAIL PROTECTED]> wrote; > I don't think the fastuser module will support exactly what we need. You > said that freeradius should refer to a module in radius.conf if it detected > dbm libraries upon install. No, I didn't. I said that the module would be built automatically

RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-09 Thread Brad Crotchett
I don't think the fastuser module will support exactly what we need. You said that freeradius should refer to a module in radius.conf if it detected dbm libraries upon install. I have made sure that we have gdbm-1.8.0-14 and even re-installed it, but there is still no module for dbm in radius.co

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-09 Thread Alan DeKok
"Brad Crotchett" <[EMAIL PROTECTED]> wrote: > I read somewhere that you can run ./configure with the --with-dbm > flag, and I have tried that with identical results. So you didn't try looking at 'configure --help', which outputs the flags it *does* accept. There is no '--with-dbm' > I am u

RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-08 Thread Brad Crotchett
the --with-dbm flag, and I have tried that with identical results. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan DeKok Sent: Monday, July 08, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: Re: SP/ROUTING: Re: HELP!.Using Berkeley DBM "

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-08 Thread Alan DeKok
"Brad Crotchett" <[EMAIL PROTECTED]> wrote: > No, I am using freeradius...I was just confused earlier because I was trying > cistron first. OK, then you edit the relevant section in 'radiusd.conf' for the module you're using. Look for 'dbm', it's not hard. Note that the Cistron dbm files CA

RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-08 Thread Brad Crotchett
No, I am using freeradius...I was just confused earlier because I was trying cistron first. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan DeKok Sent: Monday, July 08, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: Re: SP/ROUTING: Re: HELP!.Using

Re: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-08 Thread Alan DeKok
"Brad Crotchett" <[EMAIL PROTECTED]> wrote: > Yeah, I guess the compilation was actually from cistron-radiusmy bad. > So in radiusd.conf I would specify the path to my dbm file under what > section? If you're using Cistron, it doesn't *have* a 'radiusd.conf'. Ask on the Cistron list.

RE: SP/ROUTING: Re: HELP!.....Using Berkeley DBM

2002-07-08 Thread Brad Crotchett
12:32 PM To: [EMAIL PROTECTED] Subject: SP/ROUTING: Re: HELP!.Using Berkeley DBM "Brad Crotchett" <[EMAIL PROTECTED]> wrote: > We are trying to use a berkeley style dbm hash file for authentication with > freeradius 0.6. I have compiled freeradius with DBM support,