Re: an oracle authentication questions...

2001-10-10 Thread victor
It seems to be the problem with the garbage in the rows returned in rlm_sql module. read the September message archive (25.09.2001). There you can find some useful info. Vic - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

an oracle authentication questions...

2001-10-10 Thread Henry Su
Hi, I have an oracle authentication problem, I am using linux and oracle 8.17. I add an user and password into the radcheck table, change the radiusd.conf to use sql to do authentication, change sql.conf to use oracle. Then I run: [root@oracle1 henrysu]# radtest test1 testpass 127.0.0.1 10 test

Radius-Reject

2001-10-10 Thread JOE REHAGE
Hey Anyone, I have downloaded freeradius on my linux box and I keep getting an Access Reject packet from the server. The Radius server is running in debug mode and I'm using the radtest described in one of the tech papers. USER FILE entry: bob Password = "bob" Reply-Message = "He

Re: Simultaneous-use: bug in documentation?

2001-10-10 Thread aland
"Andrew Melnikov" <[EMAIL PROTECTED]> wrote: > It would also be nice if you add some words about radwatch to > /doc/supervise-radiusd.txt Suggested text ... ?? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Simultaneous-Use = 1

2001-10-10 Thread aland
"Nikolay P. Romanyuk" <[EMAIL PROTECTED]> wrote: > P.S. I am very sorry, but letters to '[EMAIL PROTECTED]' > without replies. I've been a little busy, sorry. Send the patches to the list, so everyone else can see them, too. > I have a patches fixing detecting PostgreSQL on > FreeBSD-4.X

Re: How to use acct_users for accounting proxy

2001-10-10 Thread aland
[EMAIL PROTECTED] wrote: > I work on the problem of missing accounting detail for two weeks. The NAS must send accounting packets for it to go into the detail file. > It seems that debug mode (-xx) is not useful for this case. If the NAS doesn't send accounting packets, then you won't s

Re: accountiong reply attributes

2001-10-10 Thread aland
Daniel Malmkvist <[EMAIL PROTECTED]> wrote: > I would like to send attributes in an accounting reply, I have been > checking the configutration files but couldn't find anything about > it. Does anyone know how??? See 'raddb/acct_users'. Unfortunately, the RFC's require that the accounting re

How to use acct_users for accounting proxy

2001-10-10 Thread danielym
Hi all I work on the problem of missing accounting detail for two weeks. It seems that debug mode (-xx) is not useful for this case. Any documents talks file "acct_users" ? Anything wrong on my settings ? Please help. Thank you very much Scenario === One p

Re: about the rlm_counter...

2001-10-10 Thread aland
"victor" <[EMAIL PROTECTED]> wrote: > if the rlm_counter is the only way to specify the total time that some user > can use certain service? For now, yes. > ...and if after the total time exceed and the user is still online, does it > get dropped??? The Session-Timeout is set appropriately.

Re: about the rlm_counter...

2001-10-10 Thread Kostas Kalevras
On Wed, 10 Oct 2001, victor wrote: > if the rlm_counter is the only way to specify the total time that some user > can use certain service? > ...and if after the total time exceed and the user is still online, does it > get dropped??? > > regards. > > > - > List info/subscribe/unsubscribe? S

about radgroupcheck table...

2001-10-10 Thread victor
Hi, I've build the schema with db_oracle.sql script. I've tried to insert some values in the radgroupcheck and oracle said that the groupname must be unique. My question is how can I insert multiple attributes for some group if this field must be unique? or this is just some mistake. I thought tha

Re: installing radius

2001-10-10 Thread aland
"James" <[EMAIL PROTECTED]> wrote: >I want to install radius for authentication. I'm using Linux = > Redhat7.1. I'm new to radius. Anybody tell me some documents, which i = > can follow. tar -zxf freeradius.tar.gz cd freeradius-0.3 ./configure make make install then go read the 'raddb/radi

Re: i have trouble with checkrad.pl ...

2001-10-10 Thread aland
"Andrew Melnikov" <[EMAIL PROTECTED]> wrote: > I use sql tables for everything. I tried to use raddb/users only because > it's known that ':=' is not supported by sql module, only '==' (radcheck) > and '=' (radreply). I also tried to put 'files' before, but in this case the > behaviour became very

about the rlm_counter...

2001-10-10 Thread victor
if the rlm_counter is the only way to specify the total time that some user can use certain service? ...and if after the total time exceed and the user is still online, does it get dropped??? regards. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: general questions...

2001-10-10 Thread Andrew Melnikov
> > I'm using oracle database with freeradius. > If I tri to use Login-Time and Simultaneous-Use (and there are probably > more) attributes in RADCHECK, nothing happens, I mean that they don't work. > Is there something special that I got to do to get them work. > another thing I've wanted to ask

general questions...

2001-10-10 Thread victor
Hi again, I'm using oracle database with freeradius. If I tri to use Login-Time and Simultaneous-Use (and there are probably more) attributes in RADCHECK, nothing happens, I mean that they don't work. Is there something special that I got to do to get them work. another thing I've wanted to ask a

Re: Re: i have trouble with checkrad.pl ...

2001-10-10 Thread Andrew Melnikov
> > > Hi, > > > I'm trying to use Simultaneous-Use parameter and in users file I have > the > > > only line: > > > > > > DEFAULT Simultaneous-Use := 1, Auth-Type := SQL > > > > > > > > > anyway it doesn't work. I've enabled the debug option in checkrad.pl but > > > this

Re: Re: i have trouble with checkrad.pl ...

2001-10-10 Thread victor
> > Hi, > > I'm trying to use Simultaneous-Use parameter and in users file I have the > > only line: > > > > DEFAULT Simultaneous-Use := 1, Auth-Type := SQL > > > > > > anyway it doesn't work. I've enabled the debug option in checkrad.pl but > > this script, obviously, i

RE: oracle & freeradius 3 setup

2001-10-10 Thread FredGallos
"Henry Su" <[EMAIL PROTECTED]> wrote: >Hi, I am a newcomer on freeradius, could any one point me out some steps on >setting up freeradius 0.3 using oracle 8i to authenticate? Thanks a lot. I use freeradius0.2 with oracle8.1.7 and have to apply the modifications suggested by [EMAIL PROTECTED] in