sqlcounter syntaxis

2003-02-20 Thread Eric
Hello, Please, can anyone show me the correct documentation about how to write new modules for sqlcounter. I meaning queries, like this: SELECT SUM(AcctSessionTime - GREATEST(('%b' - UNIX_TIMESTAMP(AcctStartTime)), 0)) FROM radacct .. or "SELECT SUM(AcctInputOctets)+SUM(AcctOutputOctets) FR

Expiration of prepaid cards

2003-02-20 Thread Eric
Hello, I need to make special prepaid cards, which will expire after 2 month of usage. Can anyone to help me to write this module for sqlcounter? Thanks!!! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problem in authenticate user by using EAP-TLS

2003-02-20 Thread Chey Foong Kiew
Hi, I am running FreeRADIUS version 0.8.1 on Linux 7.2 and am having trouble in authenticating user. The error is: radiusd: error while loading shared libraries: /usr/local/radius/lib/rlm_eap_tls-0.8.1.so: undefined symbol: SSL_Set_msg_callback. Could you please advise any solution

PPTP MS-CHAP Authorization from a CISCO NAS proxied to a Win2k IASradius server fails

2003-02-20 Thread Joe Maimon
Hello all, I am trying to authorize PPTP dialins with MS-CHAP or MS-CHAPv2 from a Cisco nas. I do this by proxying the request to the Radius service that comes with windows2000. Structure: [Win2k PPTP Client] | [Cisco IOS 12.2.13T] | [FreeRadius 8.0] | [Win2k IAS Rad

Re: installing FR

2003-02-20 Thread David Baer
read the INSTALL file, or specify what kind of problems you got when installing... On Friday 21 February 2003 01:09, Levi Russell wrote: > Hello all, > > I just installed Lindows, downloade FreeRadius' latest release and > completely lost in how I can install the program. > > Can someone help. > >

installing FR

2003-02-20 Thread Levi Russell
Hello all, I just installed Lindows, downloade FreeRadius' latest release and completely lost in how I can install the program. Can someone help. Thanks Levi - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

oci.h? Was: Re: Compiling FreeRadius for oracle support?

2003-02-20 Thread Ryan Castellucci
Ryan Castellucci wrote: On Tuesday 11 February 2003 10:38 pm, Peter V. Saveliev wrote: On Tue, 11 Feb 2003 22:22:49 -0800 Ryan Castellucci <[EMAIL PROTECTED]> wrote: I thought I specifed the lib directory. What options do I need to give the configure script? I defined oracle_home_dir and

Binary w/ oracle support?

2003-02-20 Thread Ryan Castellucci
Can anyone provide me with a binary for (I'm using redhat 7.3) that supports oracle? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Problem getting counter to work...

2003-02-20 Thread Mike Cisar
Thanks Kostas, I had just uncommented the existing counter lines in the sample radiusd.conf file not stopping to think that the sample might have them in the wrong order. I have moved the counter module down to the bottom of the list and this seems to have (at least partially) solved the proble

Re: New RedBack Attributes.

2003-02-20 Thread Miquel van Smoorenburg
In article <1045770571.29271.28.camel@lxmt>, Eduardo Roldan <[EMAIL PROTECTED]> wrote: >Some FR developer can include these new redback attributes as described >in the 'AOS Configuration Guide Release 5.0'? > >ATTRIBUTE Acct_Dyn_Ac_Ent141 string Redback >ATTRIBUTE Session_Error_Code 14

Re: ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread Miquel van Smoorenburg
In article <011401c2d917$0bce4d60$1400010a@infoteckjv>, Joel Vandal <[EMAIL PROTECTED]> wrote: >What is that ?!? :) A non-qualified address in the from-header. >iteckmailx.infoteck.qc.ca is my mail server and all incoming/outgoing mail >are always scanned by our McAfee Webshield e500 and we dont

Re: Single LDAP, different attributes

2003-02-20 Thread Joseph Raviele
Thanks, for the response, but still no luck. I'm not sure if I'm just exhausted and missing something basic, or just some newbie mistake. I admit I don't understand the whole autztype thing. Here are my files: users: DEFAULT NAS-IP-Address == 10.x.x.x, Autz-Type := VPN_LDAP Fall-Through =

RADIUS +

2003-02-20 Thread nrg004
Hi I was wondering how to write some applications which can interact with my RADIUS server. I envision that this application will determine the policy for the RADIUS to authenticate/reject a user. I have freeradius 0.7 with userbase in LDAP. Is it possible? if yes where in RADIUS will my appl

Re: sqlcounter

2003-02-20 Thread Kostas Kalevras
On Thu, 20 Feb 2003, Eric wrote: > How can I set the reset value to other (except daily, mothly), for example > reset=2 month > or > reset=3days READ THE SAMPLE CONFIGURATION FILES. PPPEEEAAASSS # The 'reset' parameter defines when the counters are all # reset t

Re: Lease IP-Pool

2003-02-20 Thread Kostas Kalevras
On Thu, 20 Feb 2003, Emilio Arenas wrote: > We have problems with the lease in the ip-pool, alter two > hours working, we receiving a message when the user try connect, > "rlm_ippool: No available ip addresses in pool." > > It is possible establish a lease to ip-pool 1

Re: Single LDAP, different attributes

2003-02-20 Thread Kostas Kalevras
On Thu, 20 Feb 2003, Joseph Raviele wrote: > I am currently running FreeRadius 0.8.1 on RedHat 8.0. I have it working to > authenticate any user against an iPlanet LDAP server, if the username and > password are right it returns an accept and the user is all set. What I > would like to do is tie o

RE: Problem getting counter to work...

2003-02-20 Thread Kostas Kalevras
On Thu, 20 Feb 2003, Mike Cisar wrote: > Kostas & all, > > I did tests of the various combinations in the users file and ran with -xxx > ... rather than dump the logs to the list I've put them up on the web if > you'd care to take a peek and see if anything catches your eye. The one > section tha

RE: Problem getting counter to work...

2003-02-20 Thread Mike Cisar
Kostas & all, I did tests of the various combinations in the users file and ran with -xxx ... rather than dump the logs to the list I've put them up on the web if you'd care to take a peek and see if anything catches your eye. The one section that seems to catch my eye and is common to the first

FreeRadius on AIX 4.3.3

2003-02-20 Thread Jacob C. Vann
Hello! I have been trying unsuccessfully to install FreeRadius version 0.8 on a an IBM box running AIX 4.3.3. I have torn through the online documentation, the readmes and tried googling my way to a solution. So far, no luck -- just a lot of people with the same problem. Here is what happens on

Re: Simultaneous-Use and I'm dumb.

2003-02-20 Thread Kristina Pfaff-Harris
On Thu, 20 Feb 2003, Justin Wheeler wrote: > my naslist has the nas that the first connection is connected to in it, > and it is listed as livingston. In clients.conf, do you have nastype = livingston for that nas entry? Kristina - List info/subscribe/unsubscribe? See http://www.freeradius

Simultaneous-Use and I'm dumb.

2003-02-20 Thread Justin Wheeler
I've set a test user with a Simultaneous-Use value of 1. The server is automatically disallowing any attempt to duplicate usage, but it's basing its result SOLELY on radutmp. It doesn't use checkrad. Logs show nothing. No attempt, no failure, nothing. checkrad exists as configured in the radiu

Re: accounting going to local and another server

2003-02-20 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > I am using freeradius 0.8.1 and am trying to have all accounting logged > locally and then forwarded to another radius server. Use 'radrelay', which comes with the server. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Single LDAP, different attributes

2003-02-20 Thread Joseph Raviele
I am currently running FreeRadius 0.8.1 on RedHat 8.0. I have it working to authenticate any user against an iPlanet LDAP server, if the username and password are right it returns an accept and the user is all set. What I would like to do is tie our 2 Cisco VPN servers into this using a pre-existin

New RedBack Attributes.

2003-02-20 Thread Eduardo Roldan
Some FR developer can include these new redback attributes as described in the 'AOS Configuration Guide Release 5.0'? ATTRIBUTE Acct_Dyn_Ac_Ent141 string Redback ATTRIBUTE Session_Error_Code 142 integer Redback ATTRIBUTE Session_Error_Msg 143 string Redback Thanks. -- E

Re: ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread Joel Vandal
What is that ?!? :) iteckmailx.infoteck.qc.ca is my mail server and all incoming/outgoing mail are always scanned by our McAfee Webshield e500 and we dont have any ScanMail/eManager program on our server... also, the email administrator@... doesn't exist on our server =) I know it's not related t

Re: Freeradius with mysql

2003-02-20 Thread Jacques Caruso
Le Jeudi 20 Février 2003 17:35, Apostolis Ayianoglou a écrit : > I have one more question about the attribute NAS-Port-Type. > This is a reply or check attribute? Well, incredibly enough, I know the answer for that one :-) It is a check attribute (fairly logic : if the user has dialed into an anal

accounting going to local and another server

2003-02-20 Thread Tony . Szaranski
Hi, I am using freeradius 0.8.1 and am trying to have all accounting logged locally and then forwarded to another radius server. However, it seems only to work if I both accounting and auth are local... Is this possable? in the proxy.conf realm NULL { type = radius

Radius authentification

2003-02-20 Thread Lengler, Rainer
Hello, if someone can help me out, it would be very nice! I have to set up a radius-server for dialling-in, in combination with a cisco-router. It doesn't work, and I have no idea, if it's a configuration problem, or if it's a problem from the cisco router 3620. Maybe someone has had a similar prob

ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread Administrator
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Rule/Policy: Profanity Action: Quarantine to D:\Program Files\Trend\SMCF\Quarantine\2003-02-20\

ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread System Attendant
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Rule/Policy: Profanity Action: Quarantine to C:\Program Files\Trend\SMCF\Quarantine\2003-02-20\

Re: MS-CHAP win98

2003-02-20 Thread 3APA3A
Dear [EMAIL PROTECTED], This log shows successful authentication from both sides. It looks something is wrong with your NAS (for example client tries to use MPPE and NAS fails to support it). --Thursday, February 20, 2003, 12:34:28 PM, you wrote to [EMAIL PROTECTED]: var> Thank you for

Re: WAR AGAINST IRAQ

2003-02-20 Thread Andrew Mihalic
"If ye love wealth greater than liberty, the tranquility of servitude greater than the animating contest for freedom, go home from us in peace. We seek not your councel, nor your arms. Crouch down and lick the hand that feeds you. May your chains set lightly upon you; and may posterity forge

Lease IP-Pool

2003-02-20 Thread Emilio Arenas
    We have problems with the lease in the ip-pool, alter two hours working, we receiving a message when the user try connect, “rlm_ippool: No available ip addresses in pool.”       It is possible establish a lease to ip-pool       Thanks.       Emilio

RE: Freeradius with mysql

2003-02-20 Thread Apostolis Ayianoglou
Ok kostas, I changed the operator from = to := and everything works fine I have one more question about the attribute NAS-Port-Type. This is a reply or check attribute? And what operator must use. Thanks P.s Sorry for the disclaimer but it is appended automatically from my provider. -Origi

RE: Error: Accounting: fork: Success

2003-02-20 Thread Jeremy Kusnetz
>You're using Simultaneous-Use, and the server is trying to fork >checkrad, and failing. > >The error message is bad, but the problem *is* that it's failing to >run checkrad. Further investigation in the log files, I start getting those errors after this error: Error: Check-TS: timeout waiting fo

Re: SQL failover test

2003-02-20 Thread Chris Parker
At 02:14 AM 2/20/2003 +0200, Michael Vasilenko wrote: Hello! I've setup two SQL servers for 'failover' feature testing, my config looks like this: accounting { acct_unique detail group { sql_my { fail = 1 notfound = 2

RE: Startup Trouble in Red Hat 7.3

2003-02-20 Thread Glenn Goodspeed
Message: 2 Date: Thu, 20 Feb 2003 08:22:39 + From: Simon White <[EMAIL PROTECTED]> 19-Feb-03 at 17:24, Glenn ([EMAIL PROTECTED]) wrote : > I've got freeradius working fine in debug mode (radiusd -X) on a Red Hat 7.3 > box. But when I try to start it in daemon mode (radiusd), it says it's > re

Re: Auth-Type with MySQL being ignored

2003-02-20 Thread Rick Evans
Subject: Re: Auth-Type with MySQL being ignored > yes. It is in the archives. 90% of the docs are incorrect. The > Auth-Type should be in the radgroupcheck or radcheck not the > radgroupreply. I have entered the Auth-Type in the radgroupcheck table. I have the Groupname labeled 'Suspended' a

RE: freeradius-ldap is not running

2003-02-20 Thread Federico Edelman
Robert: This is the complete log file. > -Mensaje original- > De: Robert Canary [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles, 19 de febrero de 2003 17:54 > Para: [EMAIL PROTECTED] > Asunto: Re: freeradius-ldap is not running > > Why did you ship-it? We need the rest of the

ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread System Attendant
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Rule/Policy: Profanity Action: Quarantine to C:\Program Files\Trend\SMCF\Quarantine\2003-02-20\

ScanMail Message: To Recipient Match eManager setting and take action.

2003-02-20 Thread Administrator
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Rule/Policy: Profanity Action: Quarantine to D:\Program Files\Trend\SMCF\Quarantine\2003-02-20\

Re: WAR AGAINST IRAQ

2003-02-20 Thread Scott Doane
you dumb fuck, Congress did not authorize War - Original Message - From: Malakhov Alexander To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 10:40 PM Subject: Fw: WAR AGAINST IRAQ   AS> Friends,>> äÒÕÚØÑ, Takes a minute, lasts a lif

Re: embedding mozilla

2003-02-20 Thread Nikhil Goel
LOL!! Is this, by any chance, a new method of interfacing Web Broswer based authentication with AAA !!?? should go check AAA-WG. :) You should post at http://www.MozillaZine.org/forums/ or ask on "Embedding" mailing list or newsgroup( check http://www.mozilla.org/community.html for that ) pr

embedding mozilla

2003-02-20 Thread praveen kumar
Hi Team, Good Morning!!. Please read my mail with a lot of patience.. I was able to compile and link TeskGtkEmbed.cpp with shared libraries copied into a separate new directory. I am able to run the browser if I set the MOZILLA_FIVE_HOME path to mozilla binaries (/mozilla/dist/bin), now my doub

MS-CHAP win98

2003-02-20 Thread victor
Thank you for your answer, but it didn't help me. So I want to detail my configuration to you 1. My NAS is a Mikrotik, last version 2.6.10 2. If I try to authenticate from win2000, winXP or Linux with users from radius (password stored in mysql in clear text) , mschap returns OK and the users

Re: Fw: WAR AGAINST IRAQ [HOAX]

2003-02-20 Thread Simon White
20-Feb-03 at 10:40, Malakhov Alexander ([EMAIL PROTECTED]) wrote : > > > > AS> Friends, > >> ??, > >> > >> Takes a minute, lasts a lifetime... > >> ??? ??, ? ??? ??? ?. > >> > >> US Congress has authorized the President of the US to go to war > >> against Iraq. Please

Re: Startup Trouble in Red Hat 7.3

2003-02-20 Thread Simon White
19-Feb-03 at 17:24, Glenn Goodspeed ([EMAIL PROTECTED]) wrote : > I've got freeradius working fine in debug mode (radiusd -X) on a Red Hat 7.3 > box. But when I try to start it in daemon mode (radiusd), it says it's > reading the config file, but it doesn't start. I can make it start by > changin