Fwd: Re: Simultaneous Use

2002-10-18 Thread Jorge Minassian
Chris, thank for your answer, I put radius on debug mode, then called nas (Total Control w/HiperArc) as a user that where connected, but I don't see any error and the request have not been rejected. Below is the result of debug mode. After that you have again radiusd.conf. Tha

Access_attr not working??

2002-10-18 Thread Josh Kleensang
I can't seem to get access rejected when I have dialupAccess = false (and access_attr = "dialupAccess" and access_attr_used_for_allow = yes). I have tried the latest CVS snapshot... and this was working with versions prior to 0.7. (well at least .5) Thanks. Josh Kleensang Vice President, En

Re: UNKNOWN-NAS problem in FR.7.1.

2002-10-18 Thread Alan DeKok
Tim Fraser <[EMAIL PROTECTED]> wrote: > I have been having problems with getting my radius server to run the > checkrad prog on simul logins .. but until now have not managed to get it > working ... > > Looking through the code in src/main/session.c .. I see there is old > references to a log

Re: What is 'ar' in 'MAKE INSTALL'

2002-10-18 Thread Chris Parker
At 11:31 AM 10/18/2002 -0500, Tim D. McCracken wrote: When running 'make install', it appears that right after the 'libtool mode=link' command runs, it tries to run something called 'ar' with arguments of 'cru' and a bunch of the object modules - except that libtool thinks it is an argument to li

RE: What is 'ar' in 'MAKE INSTALL'

2002-10-18 Thread Mieczyslaw Maciejewski (EPO)
Probably your 'ar' is not in the PATH environment variable 'ar' could be (at least in Solaris) in /usr/ccs/bin directory You can check it by command: 'find / -name ar' Check what is in PATH: 'echo $PATH' If you don't find the ar_directory then: PATH=$PATH:/ar_directory export PATH MM -Origina

Re: What is 'ar' in 'MAKE INSTALL'

2002-10-18 Thread Artur Hecker
hi ar produces an archive file out of some other files. it is usally used today to make static libraries, so a usual libsomething.a is nothing but a collection of object files, something1.o, something2.o in an ar-archive. cru: c - create, r - insert with replacement, u - only newer. "man ar" w

What is 'ar' in 'MAKE INSTALL'

2002-10-18 Thread Tim D. McCracken
When running 'make install', it appears that right after the 'libtool mode=link' command runs, it tries to run something called 'ar' with arguments of 'cru' and a bunch of the object modules - except that libtool thinks it is an argument to libtool. I am sure that this is just ignorance on my par

Re: Call-Check

2002-10-18 Thread Alan DeKok
Pat Calhoun <[EMAIL PROTECTED]> wrote: > I'm trying to get the server to successfully authorize a call, to no > avail. I know I had this working at one point, but I guess I just got > lucky and the latest version no longer works with my users file. > > Here is what I have in my users file. > 000a8

Re: UNKNOWN-NAS problem in FR.7.1.

2002-10-18 Thread Alan DeKok
Kostas Kalevras <[EMAIL PROTECTED]> wrote: > Use the naslist and naspasswd files. I am not sure that nastype in > clients.conf works at this point. I don't think it does. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Call-Check

2002-10-18 Thread Pat Calhoun
Thanks... I figured that one out this morning. While trying everything to get EAP-TLS to work, I mistakenly removed files from radiusd.conf. duh! PatC On Fri, 2002-10-18 at 15:01, Chris Parker wrote: > At 03:56 PM 10/17/2002 +, Pat Calhoun wrote: > >All, > > > >I'm trying to get the server to

Re: Call-Check

2002-10-18 Thread Chris Parker
At 03:56 PM 10/17/2002 +, Pat Calhoun wrote: All, I'm trying to get the server to successfully authorize a call, to no avail. I know I had this working at one point, but I guess I just got lucky and the latest version no longer works with my users file. Here is what I have in my users file.

Re: about accounting_stop_query ...

2002-10-18 Thread Chris Parker
At 09:40 AM 10/18/2002 +0300, Do-Risika RAFIEFERANTSIARONJY wrote: Chris Parker wrote: At 05:04 PM 10/17/2002 +0400, Do-Risika RAFIEFERANTSIARONJY wrote: With our nas (patton boxes), the SessionId values are reinitialized when the box reboot, so I think there is a risk of having the same Sessi

unsubscribe

2002-10-18 Thread Gerald Krause
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: debug (radiusd -X)

2002-10-18 Thread s.m. ali kazmi
still not working :( same erroe i also change cache = yes  to no but no use :(  Aleksandar Zhelyazkov <[EMAIL PROTECTED]> wrote: edit radiusd.conf and uncomment under the unix module configurationthat saysshadow = /etc/shadow- List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: debug (radiusd -X)

2002-10-18 Thread Aleksandar Zhelyazkov
s.m. ali kazmi wrote: Hi i m new in linux and red hat, using since 2002 Jan. now i m try to configure radius server . I found freeradius on google search .. after installing as discribe in Readme and INSTALL file in freeraadius pack ... when i run radiusd -X for debug i found error like thi

RE: configure errors while compiling

2002-10-18 Thread Tim D. McCracken
-Original Message- From: [EMAIL PROTECTED] [mailto:freeradius-users-admin@;lists.cistron.nl]On Behalf Of Tim McCracken Sent: Thursday, October 17, 2002 8:08 PM To: [EMAIL PROTECTED] Subject: RE: configure errors while compiling -Original Message- From: [EMAIL PROTECTED] [mailto

debug (radiusd -X)

2002-10-18 Thread s.m. ali kazmi
Hi i m new in linux and red hat, using since 2002 Jan. now i m try to configure radius server . I found freeradius on google search .. after installing as discribe in Readme and INSTALL file in freeraadius pack ... when i run radiusd -X for debug i found error like this rlm_unix: U must specify a s

Re: Newbie: Three freeradius questions

2002-10-18 Thread Artur Hecker
i would have answered you the same but i thought that somebody around here perhaps knows the reason you seemed to want to know... it has to be openssl-0.9.7 or later but i don't know exactly which function is new. ciao artur Damjan wrote: 1. EAP/TLS support, what do I need to get this support

Can FreeRadius run a script after an user authentication

2002-10-18 Thread Hreiðar Jóelsson
Hi, I’m wondering if I can get FreeRadius to run a script after a successful user authentication. I want to do some manipulation to my iptables when the user logs in. Hreidar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re[2]: Detaching from SQL (postgresql) server

2002-10-18 Thread delphi
I think that this is common (general) problem in modular implementation. I've revised doc/module_interface. In Section 3: "..When the server is being shut down...detach() is called for each module instance." But in my situation this does not happens. As I understand -- this must be done within radi

Re: UNKNOWN-NAS problem in FR.7.1.

2002-10-18 Thread Kostas Kalevras
On Fri, 18 Oct 2002, Tim Fraser wrote: > I have been having problems with getting my radius server to run the > checkrad prog on simul logins .. but until now have not managed to get it > working ... > > Looking through the code in src/main/session.c .. I see there is old > references to a log e

UNKNOWN-NAS problem in FR.7.1.

2002-10-18 Thread Tim Fraser
I have been having problems with getting my radius server to run the checkrad prog on simul logins .. but until now have not managed to get it working ... Looking through the code in src/main/session.c .. I see there is old references to a log entry for UNKNOWN-NAS .. (which appears to have

Re: a question about reconnect

2002-10-18 Thread Andrea Gabellini
Hi, the last CVS contains a patch for the reconnect feature in Oracle driver. Andrea At 05.07 18/10/02, you wrote: freeradius-users: when i read the source code of v0.7, i found that when sql drivers return SQL_DOWN, sql.c will call sql_init_socket() to reconnect, the question is why not

Re: How do I get freeRadius to use MS-CHAPv2 ? (MSChap Mismatch)

2002-10-18 Thread 3APA3A
Dear Glynn Taylor, --Friday, October 18, 2002, 12:34:05 AM, you wrote to [EMAIL PROTECTED]: GT> authtype = MS-CHAPv2 Must be authtype = MS-CHAP GT> ignore_password = yes Must be ignore_password = no GT> steve Auth-Type := MS-CHAP, Chap-Password == "testing9" Must be User-Password := "

Re: about accounting_stop_query ...

2002-10-18 Thread Do-Risika RAFIEFERANTSIARONJY
Chris Parker wrote: At 05:04 PM 10/17/2002 +0400, Do-Risika RAFIEFERANTSIARONJY wrote: Hi everybody, It is just an optimization question, for those who use rlm_sql. I has the query below in my sql.conf : accounting_stop_query = "UPDATE ${acct_table1} SET AcctStopTime = '%S', AcctSessionTime

Re: User/passwd in the log : SOLVED

2002-10-18 Thread Jean-Paul Chapalain
Ok it's fine. Thank for all. Jonathan Hassell wrote: In radiusd.conf, set log_auth_goodpass to no. Also, check http://www.theradiusbook.com for the sample chapter, which lists most of the configuration directives inside radiusd.conf (including this query). You might do well to become famili

Re: Músicas

2002-10-18 Thread Renato Dias
Title: CD UDIA -> [ [EMAIL PROTECTED] ] MONTE SEU CD MUSICAL COM A SUA SELEÇÃO. FACILIDADE DE ENVIO PARA TODO BRASIL FAÇA SEU PEDIDO CLICANDO AQUI OU PELO EMAIL: [EMAIL PROTECTED]