Accept any account

2001-10-30 Thread Michele Cerioni
How do I permit access to everyboby (with any user and any password). I need of this to try some configuration. MIchele - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: RLM_LDAP and CHAP

2001-10-30 Thread Veigar Freyr Jökulsson
Has anyone got CHAP authentication to LDAP working yet ? My setup is: I'm using the 20011029 snapshot og FreeRadius for testing purposes I added sn as Password in the ldap.attrmap file, and I also tried mapping CHAP-Password to the sama attribute PAP is working fine. And other check items

RE: Accept any account

2001-10-30 Thread Serge Maandag
Title: RE: Accept any account I'm guessing DEFAULT Auth-Type := Accept In your users file should do the trick. Serge. -Original Message- From: Michele Cerioni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 3:34 PM To: [EMAIL PROTECTED] Subject: Accept any

ignored Reply-Message from Exec-Program-Wait

2001-10-30 Thread Bobi
Hi List, Can anybody tell my why Reply-Message returned by Exec-Program was ignored? Here is debug: Exec-Program-Wait: value-pairs: Reply-Message := Current hours restriction Exec-Program: returned: 10 Sending Access-Reject of id 243 to 212.36.0.225:1645 Reply-Message = \r\nAccess denied

Re: Stress Test

2001-10-30 Thread aland
Fernando Costa de Almeida [EMAIL PROTECTED] wrote: I would like to make some stress tests in my freeradius server + = LDAP Is there any tool do automate the job? I have to collect some data = to see how freeradius reacts in a busy enviroment 'radclient -c 1000' will send

Re: NAS/Radius discrepancy

2001-10-30 Thread aland
Bogdan [EMAIL PROTECTED] wrote: I still have a problem however, with Simultaneus-Use :=1 rradius.log error is Error: rlm_sql: Stop packet with zero sesion length (ueser 'testtwo', nas 'rt1.ccentre.net.au') That error is not related to Simultaneous-Use But NAS lets me in as a second

Re: Installation of FREERADIUS 3.0 on HP-UX 11

2001-10-30 Thread aland
Luis Azevedo [EMAIL PROTECTED] wrote: I'm trying to build freeradius 3.0 in a HP-UX 11. I'm using GCC and GMAKE 3.79.1 The problem is: I get the compilation aborted due to strange source errors... HPUX is a strange system... raduse.c: In function `listnas': raduse.c:93: structure has no

HP-UX 11 FreeRadius0.3 compilation problems...

2001-10-30 Thread Luis Azevedo
Hi all, Im trying to compile and install FREERADIUS0.3 on a HP-UX 11.0 Im using gcc3.0 and gmake. The problem is the following: -- gcc -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -DNDEBUG -I../include -c -o

RE: Installation of FREERADIUS 3.0 on HP-UX 11

2001-10-30 Thread Luis Azevedo
Hi Alan, It seems that is a UTMP detection bug related with HP-UX... We found the procedure that is described in BUG#125: Incorrect UTMP detection on HP-UX. It's installed now! Let's see if new surprises arises... Thanks a lot for your prompt response, Luis. -Original Message- From:

Odd Framed-IP-Address problem with HiperArc Total Control Unit

2001-10-30 Thread jason
I'm having a strange problem with getting Framed-IP-Address to work with a HiperArc Total Control Unit. It seems that even though the Framed-IP-Address is set, it won't respect that and assigns a dynamic, when my freeradius server is in action. It works however when talking to the old Cistron

Re: radclient question

2001-10-30 Thread aland
jason [EMAIL PROTECTED] wrote: is there an easy way to get a dump of the packet's payload from something like radclient? thanks Like a hex dump? Source code patches. I started working on some a while ago, and got side tracked. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: radclient question

2001-10-30 Thread jason
that's what i was hoping for.. having an odd problem with these hiperarc NAS's setting Framed-IP's for people and I'm wondering what's different between the packet from our cistron server and from the freeradius server.. -j - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Re: radclient question

2001-10-30 Thread Chris Parker
At 02:00 PM 10/30/2001 -0600, jason wrote: that's what i was hoping for.. having an odd problem with these hiperarc NAS's setting Framed-IP's for people and I'm wondering what's different between the packet from our cistron server and from the freeradius server.. See latest versions of tcpdump.

Auth failures

2001-10-30 Thread Jason Lixfeld
I've just used the icradius userimport.pl to import my users file into my freeradius mysql implementation. Using radpwtst to test code 1 (authentication) packets, I get a pars mismatch error in the -X output of radiusd. The exact message, from what I can interperit is: auth: No Auth-Type

Re: Auth failures

2001-10-30 Thread aland
Jason Lixfeld [EMAIL PROTECTED] wrote: Using radpwtst to test code 1 (authentication) packets, I get a pars mismatch error in the -X output of radiusd. The exact message, from what I can interperit is: auth: No Auth-Type configuration for the request, rejecting the user Yes. The SQL code

Re: radclient question

2001-10-30 Thread aland
jason [EMAIL PROTECTED] wrote: well i've attatched copies of what i get back from the radius servers.. the cistron one works with everthing, the free radius one does not work with the HiperArc NAS's .. Be forewarned, I truncated the dumps so that the secret key is not visable, but the

Re: radclient question

2001-10-30 Thread jason
well i've attatched copies of what i get back from the radius servers.. the cistron one works with everthing, the free radius one does not work with the HiperArc NAS's .. Be forewarned, I truncated the dumps so that the secret key is not visable, but the remaining buffer was *exactly* identical.

Re: radclient question

2001-10-30 Thread jason
But the packets are not *exactly* identical, though the part i truncated was identical. The portion I attatched to my last mailing had differences, which due to my limited knowledge of how the radius packet is formatted, I am unable to understand. I'm perfectly willing to believe that is in

Re: radclient question

2001-10-30 Thread Chris Parker
At 04:17 PM 10/30/2001 -0600, jason wrote: But the packets are not *exactly* identical, though the part i truncated was identical. The portion I attatched to my last mailing had differences, which due to my limited knowledge of how the radius packet is formatted, I am unable to understand.

Re: radclient question

2001-10-30 Thread aland
jason [EMAIL PROTECTED] wrote: But the packets are not *exactly* identical, though the part i truncated was identical. The portion I attatched to my last mailing had differences, which due to my limited knowledge of how the radius packet is formatted, I am unable to understand. From my

RE: radclient question

2001-10-30 Thread Luis Azevedo
Hi Alan, I have this known problem: http://lists.cistron.nl/pipermail/freeradius-users/1999-August/001490.html But i dont know how to build with shared libraries... :-( It seems that others had this problem before. Can you help me? Luis. -Original Message- From: [EMAIL PROTECTED]

Re: radclient question

2001-10-30 Thread jason
svr4 is the cistron and radius2 is a freeradius. I generated these using radtest. the payloads look pretty identical to my untrained eye. -j At 04:17 PM 10/30/2001 -0600, jason wrote: But the packets are not *exactly* identical, though the part i truncated was identical. The portion I

Re: radclient question

2001-10-30 Thread Chris Parker
At 05:43 PM 10/30/2001 -0500, [EMAIL PROTECTED] wrote: jason [EMAIL PROTECTED] wrote: But the packets are not *exactly* identical, though the part i truncated was identical. The portion I attatched to my last mailing had differences, which due to my limited knowledge of how the radius

Failed to link to module 'rlm_unix': file not found

2001-10-30 Thread Luis Azevedo
Hi Alan, I have this known problem: http://lists.cistron.nl/pipermail/freeradius-users/1999-August/001490.html But i dont know how to build with shared libraries... :-( It seems that others had this problem before. Can you help me? Luis. - List info/subscribe/unsubscribe? See

FW: Failed to link to module 'rlm_unix': file not found

2001-10-30 Thread Luis Azevedo
Hi, I just tried to change Make.inc in the parameters: USE_SHARED_LIBS = yes USE_STATIC_LIBS = no But it doesn't work and after #make I get: *** Warning: inter-library dependencies are not known to be supported. *** All declared inter-library dependencies are being dropped. *** Warning:

one client login needs to login in two servers.

2001-10-30 Thread Prasad Valmeti
Hi, I am using freeradius for SNMP application. I have security manager and SNMP++ manager. My problem is... When a client logs in it needs to login in both security manager and SNMP++ manager. Is there any way to do it? Thanks, Prasad. - List