Re[2]: Simultaneous-Use = 1

2001-10-02 Thread Sergey V. Sichevsky
Hello Nikolay, Monday, October 01, 2001, 10:27:12 PM, you wrote: If I define it in in radcheck or radgroupcheck tables FreeRADIUS says: NPR [skip] rlm_sql: Pairs do not match [test] NPR You must wrote 'Simultaneous-Use = 1' into radreply (radgroupreply) also. Ok. I did as you say.

Re: cisco config

2001-10-02 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Matthew Schumacher [EMAIL PROTECTED] wrote: Can someone tell me which config file I need to edit to add the cisco configuration options listed in the docs/cisco file? I read though the file, and it lists which configuration directives to use, but it doesn't say

freeradius compile problem with ldap

2001-10-02 Thread nopadol
i wanna used freeradius with ldap. I start compile with these command : #./configure --prefix=/usr/local/freeradius --with-gnu-ld --enable-static-modules --with-ldap --enable-ltdl-install out and output is configure: warning: the comm_err library isn't found!configure: warning: silently

Re[2]: Simultaneous-Use = 1

2001-10-02 Thread Sergey V. Sichevsky
Hello Mojahedul, Tuesday, October 02, 2001, 10:50:30 AM, you wrote: MHAH Simultanous-Use and Login-Time does not work with rlm_sql modules MHAH without a minor change in source code. Can I define this parameter w/o changes in code? In ./etc/raddb/users for example? But I need auth* in sql.

postgres reply information

2001-10-02 Thread John Grange
I have postgres providing the authentication for freeradius but I can't persuade it to pass any information back in the reply packet from the radreply table. Am I missing something really simple? Please can somebody list the salient points for setting up sql to send information back - I have

Simultaneous-use: bug in documentation?

2001-10-02 Thread Andrew Melnikov
Hello, I can't get Simultaneous-Use working. I use portslave as NAS. I have ctlportslave running as fingerd. checkrad perl script works fine when I run it manually. But it is never run by freeradius. I think this is because I don't understand the meaning of :=, == and = statements. First, in

Re: cisco config

2001-10-02 Thread Chris Parker
At 03:53 PM 10/1/2001 -0800, you wrote: Can someone tell me which config file I need to edit to add the cisco configuration options listed in the docs/cisco file? I read though the file, and it lists which configuration directives to use, but it doesn't say one word about which config file

Re: freeradius compile problem with ldap

2001-10-02 Thread Chris Parker
At 04:28 PM 10/2/2001 +0700, you wrote: i wanna used freeradius with ldap. I start compile with these command : #./configure --prefix=/usr/local/freeradius --with-gnu-ld --enable-static-modul es --with-ldap --enable-ltdl-install out and output is configure: warning: the comm_err library isn't

Re: Simultaneous-use: bug in documentation?

2001-10-02 Thread Chris Parker
At 03:52 PM 10/2/2001 +0200, you wrote: Hello, I can't get Simultaneous-Use working. I use portslave as NAS. I have ctlportslave running as fingerd. checkrad perl script works fine when I run it manually. But it is never run by freeradius. I think this is because I don't understand the meaning

Re: Using a different passwd/shadow file?

2001-10-02 Thread aland
Robert Divko [EMAIL PROTECTED] wrote: How can I use a different passwd/shadow file combo than the system file for User Authentication in freeradius-02? You can't. I don't thenk even the latest CVS snapshot allows for that. If you really are interested, file a bug report. Alan DeKok.

Re: I have no portgres, but make wants to compile support for it

2001-10-02 Thread aland
Juan Carlos Castro y Castro [EMAIL PROTECTED] wrote: ...with the following error as a result... configure bug? Making static in rlm_sql_postgresql... gmake[10]: Entering directory ... In file included from sql_postgresql.c:48: sql_postgresql.h:6:29: libpq-fe.h: No such file or directory

Re: Simultaneous-Use = 1

2001-10-02 Thread Chris Parker
At 08:29 PM 10/2/2001 +0600, you wrote: On Tue, Oct 02, 2001 at 01:46:38PM +0100, Sergey V. Sichevsky wrote: MHAH Simultanous-Use and Login-Time does not work with rlm_sql modules MHAH without a minor change in source code. Can I define this parameter w/o changes in code? In

Re: Simultaneous-use: bug in documentation?

2001-10-02 Thread aland
Andrew Melnikov [EMAIL PROTECTED] wrote: First, in /doc/Simultaneous-Use file I can see the following: ... That's wrong. I'll correct it now. So, something in the documentation is incorrect. Can somebody tell me what should I change in my users file to make simultaneous logins limit

Radius Died, restarting...

2001-10-02 Thread Dan Houtz
I'm getting a Radius died, restarting... email about every ten seconds in root's mail. I assume this is being generated by radwatch. If I call radiusd directly without using radwatch, it runs perfectly and never seems to crash, so why is radwatch saying it is crashing? Any ideas? Dan Houtz -

Re: Using a different passwd/shadow file?

2001-10-02 Thread Michael J. Hartwick
On Tue, 2 Oct 2001 at 10:26 (-0400), [EMAIL PROTECTED] wrote: Robert Divko [EMAIL PROTECTED] wrote: How can I use a different passwd/shadow file combo than the system file for User Authentication in freeradius-02? You can't. I don't thenk even the latest CVS snapshot allows for that.

RE: Radius Died, restarting...

2001-10-02 Thread Dan Houtz
When I do a ps ax it shows up as: sh /usr/sbin/radwatch /usr/sbin/radiusd -y Dan Houtz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Juan Carlos Castro y Castro Sent: Tuesday, October 02, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: Re: Radius Died,

Re: I have no portgres, but make wants to compile support for it

2001-10-02 Thread Juan Carlos Castro y Castro
I re-checked out from CVS and the problem went away. Maybe I updated between commits or something. [EMAIL PROTECTED] wrote: Juan Carlos Castro y Castro [EMAIL PROTECTED] wrote: ...with the following error as a result... configure bug? Making static in rlm_sql_postgresql... gmake[10]:

Re: Using a different passwd/shadow file?

2001-10-02 Thread Juan Carlos Castro y Castro
Michael J. Hartwick wrote: On Tue, 2 Oct 2001 at 10:26 (-0400), [EMAIL PROTECTED] wrote: Robert Divko [EMAIL PROTECTED] wrote: How can I use a different passwd/shadow file combo than the system file for User Authentication in freeradius-02? You can't. I don't thenk even the latest CVS

External script for Alive packets in sql schema

2001-10-02 Thread Sergey V. Sichevsky
Hello! How can I run external script for Alive packet from NAS. I use rlm_sql module (PostgreSQL) Here is a part of config: authorize { preprocess suffix sql } authenticate {

Re: Using a different passwd/shadow file?

2001-10-02 Thread Michael J. Hartwick
On Tue, 2 Oct 2001 at 15:46 (-0300), Juan Carlos Castro y Castro wrote: JCCyC Could I specify more that 64K users in a passwd file with that? With JCCyC UIDs 65536? Not sure on that one. I haven't needed a passwd file quite that large before. I would think that it would work since I don't

Why radwho core dumped?

2001-10-02 Thread Sergey V. Sichevsky
On Solaris 7 /opt/local/sbin radwho Memory fault - core dumped - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Re[2]: Simultaneous-Use = 1

2001-10-02 Thread Nikolay P. Romanyuk
Ok. I did as you say. But the result was same. :( Oh sorry! My working rlm_sql.c (half year old FreeRadius-0.1) has ugly hack: #if 0 if (paircmp(request-packet-vps, check_tmp, reply_tmp) != 0) { radlog(L_INFO, rlm_sql: Pairs do not match [%s], sqlusername);