Re: Combining Radius with Apache Authorization

2004-04-23 Thread John Kiehnle
On Thu, 22 Apr 2004 08:36:55 -0500
 Charles Thomas <[EMAIL PROTECTED]> wrote:
For various reasons, our department has implemented a 
system whereby we combine Radius authorization (for user 
login) with the built-in Apache Basic authorization model 
(for management of individual user directory privileges 
via use of an .htaccess file).

We're currently seeing some weirdness with this setup, 
specifically:

Problem #1: If someone logs in and then tries to access a 
resource for which they do not have permission, the 
server is throwing out an "Internal Server Error" (Error 
code 500) to the browser instead of the proper 
"Unauthorized" (Error code 401).

Problem #2: There are times where the .htaccess files are 
being read, but ignored.  e.g., a user has an .htaccess 
file in his directory which is being read, but the 
"require groups bar" directive is being ignored and he 
gets access to the directory anyway.

My questions are:

Does anyone have any experience using both systems 
together?

If so, do you have any configuration tips you'd be 
willing to share?
Charles,

I cannot help with the radius / apache auth problems but I 
can suggest removing the .htaccess files from each 
directory and consolidating that config into your 
httpd.conf. Turning off .htaccess in httpd.conf will 
result in a well documented performance increase in 
apache. This is due to the way apache searches for 
.htaccess files. Removing these handy little tidbits of 
configuration from the document tree is not a bad idea in 
itself for security reasons.

JK

Can anyone theorize why the wrong error is being 
generated when a user doesn't have access to a resource? 
Charles,

Also look carefully at your server error logs as these 
events occur for some possible clues that might help you.

JK

What is generating this error (I'm guessing Apache) and 
where would I go to try to fix this bug?

Please feel free to email me off-list with any hints. 
I'll also be watching here.

Many thanks!

CT
--
Charles Thomas
DoIT Network Services Programmer
University of Wisconsin - Madison
1210 W. Dayton St.  Rm. B111
Madison, WI  53706
(608) 262-1649 Office
(608) 262-7561 Fax
[EMAIL PROTECTED]


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-24 Thread John Kiehnle
Oswin,

yes, I quickly looked at your equipment list, But I did 
not spend any real time "looking" at it. I should have a 
few minutes later this afternoon again. I'll get back to 
you.
I apologize that I am so busy here at Satcom that I cannot 
just answer for you now.

JK

On Wed, 24 Mar 2004 16:44:44 -0500
 "Oswin Ondarza" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
hi JK,

Thanks again for the files,

Did you have time to take a look to my last post ???  I 
need an opinion on
the equipments that I am planning to use for the hotspot.

thanks !!!

- Original Message - 
From: "John Kiehnle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 24, 2004 11:48 AM
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System


Great,

Glad you can use them. I'll post updates as I build the
systems out. Thanks for the kudos... pizza and beer are 
my
favorite food groups. I live in beautiful North Idaho. 
If
You are ever near Sandpoint, Stop on in. Have a great 
day
all.

JK

On Wed, 24 Mar 2004 08:27:58 -0500
  "radius" <[EMAIL PROTECTED]> wrote:
>*This message was transferred with a trial version of
>CommuniGate(tm) Pro*
>
>JK, Thanks for posting the php scripts, in one word
>"sweet"
>Where are you, I want to buy you a pizza and some grog.
>Thanks again for the great post !
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html




- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: MySql and freeRadius

2004-03-24 Thread John Kiehnle
Now I might be popping off cause I don't know with 
certainty... but have a look at these things. Make sure 
you added the proper lines in /etc/ld.so.conf and run 
ldconfig to update your libraries after you install MySQL. 

Also many applications will require the addition of 
./configure --with-mysql=/usr/local/mysql or wherever your 
mysql was installed. 

Just a few thoughts. good luck...

JK

On Wed, 24 Mar 2004 22:27:42 +0300
 "John Que" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
Hello,
I want to use MySql with freeRadius.
I want to use rlm_sql_mysql

I am developing on RedHat Linux 9.

As I understand , I must install the sources of MySql if 
I want to use rlm_sql in freeRadius
(and not install the rpm for mySql Server and client).

Now, I had done so. And I had used the ordinary chain;
./configure
make
make install
both for MySql and afterwards for freeRadius.

Now , I had prepared and configured sql tables to be used 
by freeRadius.
when I try to run ./freeRadius -X I get the
following error

rlm_sql: Could not link driver rlm_sql_mysql: file not 
found

I had seen the 4.14 section of the FAQ of freeradius and 
I do not know what I
did wrong.

I have 2  questiions:

1) Is it ok to use the usual chain
./configure
make
make install
when we want to use MySql with freeRadius ?

or should I had some attribute to the configure ?

(the thing is that I sea, in freeRadius tree,
src\modules\rlm_sql\drivers\rlm_sql_mysql, in config.log 
,
an error that it does not find mysql.h ;
Any idea what can cause it?)



2) This error : rlm_sql: Could not link driver 
rlm_sql_mysql: file not found

should the make of freeRadius create a  file 
rlm_sql_mysql.so
or lm_sql_mysql.o or lm_sql_mysql.a
or something like it?

Any help will be appreciated.

regards,
sting
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-24 Thread John Kiehnle
Great,

Glad you can use them. I'll post updates as I build the 
systems out. Thanks for the kudos... pizza and beer are my 
favorite food groups. I live in beautiful North Idaho. If 
You are ever near Sandpoint, Stop on in. Have a great day 
all.

JK

On Wed, 24 Mar 2004 08:27:58 -0500
 "radius" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*

JK, Thanks for posting the php scripts, in one word 
"sweet"
Where are you, I want to buy you a pizza and some grog.
Thanks again for the great post !

- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
Oswin,

You should see the three scripts in one post and the 
master.cfg file in a second post right here in the 
maillist.

JK

On Tue, 23 Mar 2004 19:14:40 -0500
 "Oswin Ondarza" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
thanks for the information John,

where are you going to  post the php files ???

and one other question:

I am planning to make a hotspot for a residential condo, 
and I would like
your opinion in my equipment list:

FreeRADIUS on a dedicated ROOT server with  1and1 hosting 
 (and hopefully a
prepaid system also with your file's help)

One Colubris CN3000 NAS for RADIUS server authentication 
conected to the WAN
(this is in the leasing office / club house)

One Proxim Tsunami  Base station connected to the  CN3000 
(maybe I don't
need the colubris and I can use the RADIUS auth with this 
Tsunami)   with a
Omni-directional 14dbi Antenna , and multi-point bridge 
mode. (this is in
the club house )

Now, for each 3 floor residential  building  one  Proxim 
Tsunami Residential
Subscriber Unit  in bridge mode pointing to the 
molti-point on the club
house,  with a directional 14dbi Antenna. This is like 
the backbone for
spread the connection for all buildings.

And finally, One Orinoco AP-600 Access Point   for each 
floor  of the
building with omni antennas all connected with a switch 
to the  Tsunami
Residential Subscriber Unit.   I was thinking on try with 
only One AP for
the entire building placing it on the top of the third 
floor but using a
good wide angle antenna, or maybe two AP on the top of 
the building with
angle antennas, one pointing to half of the building and 
the other AP to the
other Half.

So what do you think of all this ???

thanks again 

- Original Message - 
From: "John Kiehnle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 23, 2004 5:40 PM
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System


For APs I use:
ORiNOCO / YDI
HighGain
Mikrotik
Linksys
Antennas I use are:
Hawking
HighGain
Superpass
For Bridges I use:
YDI ECII
YDI Etherant & Etherant LR
HighGain w/ 10 & 13db antennas
Hawking WB320s
Netgear MA101s & Belkin equivalent for macs
I use Mikrotik for NAS

JK

On Tue, 23 Mar 2004 17:15:35 -0500
  "Oswin Ondarza" <[EMAIL PROTECTED]> wrote:
>*This message was transferred with a trial version of
>CommuniGate(tm) Pro*
>Hi John, thanks for that !!!
>
>Can I ask you a few other questions 
>
>What equipments are you using ???  ( NAS, Bridges, APs,
>Antennas )
>
>thanks.
>
>
>- Original Message - 
>From: "John Kiehnle" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, March 23, 2004 4:03 PM
>Subject: Re: Using FreeRadius for a HotSpot with a
>PrePaid Billing System
>
>
>> Ok... I'll post the full set of scripts later this
>> afternoon. I need to sanitize some of our company
>>specific
>> data in configs etc... These rckk but are very 
beta
>> with no good coders ever having looked at them. So 
now
>> that I expose my bad undocumented code to the 
masses...
>>I
>> don't want to hear how crappy my undocumented code 
is.
>>It
>> is in fact all very simple. I am assuming "for better 
or
>> worse" you have looked at php code and understand the
>> basic mechanics of how php interfaces with MySQL 
and/or
>> LDAP. My production stuff is all MySQL and did I say 
it
>> rcks. The newest adventure is moving this all to
>>LDAP.
>> Your mileage may very. I'll post them when I get back
>>from
>> lunch. I got a quick 802.11 wireless issue I gotta
>>tackle
>> first.
>>
>> JK
>>
>>
>> On Tue, 23 Mar 2004 11:13:31 -0800 (PST)
>>   Julius Igugu <[EMAIL PROTECTED]> wrote:
>> >Yes.
>> >
>> >John Kiehnle <[EMAIL PROTECTED]> wrote:I 
have
>> >like many I am sure, developed a full system in php
>> >with registration linked to VeriSign for CC 
processing.
>> >If
>> >the card transaction is accepted VeriSign can send 
all
>> >the
>> >data to a form which posts the UID / password into
>>MySQL
>> >or LDAP for instant authentication. It is very basic
>>but
>> >gets the $$$ into bank and user online right now.
>>Anyone
>> >want copies of the php scripts.
>> >
>> >JK
>> >
>> >On Tue, 23 Mar 2004 10:41:44 -0500
>> >"Oswin Ondarza" wrote:
>> >>Hi everyone,
>> >>
>> >>I am trying to build a Hotspot system using
>>FreeRADIUS,
>> >> I have a Colubris CN3000 NAS and it works g

Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
You will need this too...

Have fun
JK
On Tue, 23 Mar 2004 15:15:50 -0800
 "John Overman " <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
Am using Orinoco 1100 ROR  1 watt smart amp  15 dbi omni 
on a 30ft pole on
the roof of my house I am setting up wifi or have setup 
wifi for the
neighborhood I have a rack o servers am running UNIX and 
windows servers I
plan on using free radius for authentication etc ... Not 
yet implemented I
have tried to setup but could not get it going correctly 
...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 
Behalf Of Oswin
Ondarza
Sent: Tuesday, March 23, 2004 2:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System 

Hi John, thanks for that !!!

Can I ask you a few other questions 

What equipments are you using ???  ( NAS, Bridges, APs, 
Antennas )

thanks.

- Original Message -----
From: "John Kiehnle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 23, 2004 4:03 PM
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System


Ok... I'll post the full set of scripts later this
afternoon. I need to sanitize some of our company 
specific
data in configs etc... These rckk but are very beta
with no good coders ever having looked at them. So now
that I expose my bad undocumented code to the masses... 
I
don't want to hear how crappy my undocumented code is. 
It
is in fact all very simple. I am assuming "for better or
worse" you have looked at php code and understand the
basic mechanics of how php interfaces with MySQL and/or
LDAP. My production stuff is all MySQL and did I say it
rcks. The newest adventure is moving this all to 
LDAP.
Your mileage may very. I'll post them when I get back 
from
lunch. I got a quick 802.11 wireless issue I gotta 
tackle
first.

JK

On Tue, 23 Mar 2004 11:13:31 -0800 (PST)
  Julius Igugu <[EMAIL PROTECTED]> wrote:
>Yes.
>
>John Kiehnle <[EMAIL PROTECTED]> wrote:I have
>like many I am sure, developed a full system in php
>with registration linked to VeriSign for CC processing.
>If
>the card transaction is accepted VeriSign can send all
>the
>data to a form which posts the UID / password into 
MySQL
>or LDAP for instant authentication. It is very basic 
but
>gets the $$$ into bank and user online right now. 
Anyone
>want copies of the php scripts.
>
>JK
>
>On Tue, 23 Mar 2004 10:41:44 -0500
>"Oswin Ondarza" wrote:
>>Hi everyone,
>>
>>I am trying to build a Hotspot system using 
FreeRADIUS,
>> I have a Colubris CN3000 NAS and it works great with
>>the FreeRADIUS, but now I need a billing system
>>integrated to the FreeRADIUS so users when enter the
>>hotspot can pay with credit card using the
>>explorer/mozilla to get access or to get login
>>information.
>>
>>I would like to build a complete open source solution, 
so
>>the only prepaid billing system open source that I 
have
>>found thar "could" be intergrated with the FreeRADIUS 
is
>> "FreeSide" (http://www.sisd.com/freeside/) but I
>>haven't tried it yet, I would like to hear a little 
about
>>this before doing it.
>>
>>
>>So, any Opinion ? Suggestions ? is anybody tryng the
>>same solution ???
>>
>>
>>I hope someone can help me,
>>
>>Thanks in advance !!!
>>
>>Oswin.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>
>Julius Igugu
>SouthWork Co. Ltd.
>234 (802) 320-7540
>Do you Yahoo!?
>Yahoo! Finance Tax Center - File online. File on time.

-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html



master.cfg
Description: Binary data


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
Ok here they are... along with all the basic "use at your 
own risk" warnings. Actually they are very straight 
forward. Some of the code is stuff I ripped from some 
other scripts long ago. author unknown. If you are out 
there... and recognise some of this as your own... thanks!

1) first call register.php script. It grabs the values we 
will eventually use to populate the MySQL database. All 
these values are posted to submit.php. 
2) submit.php does all the error checks on the form input. 
If the inout checks out, it adds some VeriSign stuff and 
spews some words to the browser thanking the user... 
bla... bla...bla. When the user continues he/she is 
redirected to VeriSign to submit all the necessary CC 
data. If the transaction is approved. Verisign echos my 
data right back to verisign_echo.php.
3) verisign_echo.php inserts all the data into the radius 
database. User can now login and be authenticated by 
radius.

Use at your own risk... I know dozens of coders better 
than myself, so If you know of a better way of doing 
something, please add your contributions. Thanks

JK

On Tue, 23 Mar 2004 15:15:50 -0800
 "John Overman " <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
Am using Orinoco 1100 ROR  1 watt smart amp  15 dbi omni 
on a 30ft pole on
the roof of my house I am setting up wifi or have setup 
wifi for the
neighborhood I have a rack o servers am running UNIX and 
windows servers I
plan on using free radius for authentication etc ... Not 
yet implemented I
have tried to setup but could not get it going correctly 
...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 
Behalf Of Oswin
Ondarza
Sent: Tuesday, March 23, 2004 2:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System 

Hi John, thanks for that !!!

Can I ask you a few other questions 

What equipments are you using ???  ( NAS, Bridges, APs, 
Antennas )

thanks.

- Original Message -
From: "John Kiehnle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 23, 2004 4:03 PM
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System


Ok... I'll post the full set of scripts later this
afternoon. I need to sanitize some of our company 
specific
data in configs etc... These rckk but are very beta
with no good coders ever having looked at them. So now
that I expose my bad undocumented code to the masses... 
I
don't want to hear how crappy my undocumented code is. 
It
is in fact all very simple. I am assuming "for better or
worse" you have looked at php code and understand the
basic mechanics of how php interfaces with MySQL and/or
LDAP. My production stuff is all MySQL and did I say it
rcks. The newest adventure is moving this all to 
LDAP.
Your mileage may very. I'll post them when I get back 
from
lunch. I got a quick 802.11 wireless issue I gotta 
tackle
first.

JK

On Tue, 23 Mar 2004 11:13:31 -0800 (PST)
  Julius Igugu <[EMAIL PROTECTED]> wrote:
>Yes.
>
>John Kiehnle <[EMAIL PROTECTED]> wrote:I have
>like many I am sure, developed a full system in php
>with registration linked to VeriSign for CC processing.
>If
>the card transaction is accepted VeriSign can send all
>the
>data to a form which posts the UID / password into 
MySQL
>or LDAP for instant authentication. It is very basic 
but
>gets the $$$ into bank and user online right now. 
Anyone
>want copies of the php scripts.
>
>JK
>
>On Tue, 23 Mar 2004 10:41:44 -0500
>"Oswin Ondarza" wrote:
>>Hi everyone,
>>
>>I am trying to build a Hotspot system using 
FreeRADIUS,
>> I have a Colubris CN3000 NAS and it works great with
>>the FreeRADIUS, but now I need a billing system
>>integrated to the FreeRADIUS so users when enter the
>>hotspot can pay with credit card using the
>>explorer/mozilla to get access or to get login
>>information.
>>
>>I would like to build a complete open source solution, 
so
>>the only prepaid billing system open source that I 
have
>>found thar "could" be intergrated with the FreeRADIUS 
is
>> "FreeSide" (http://www.sisd.com/freeside/) but I
>>haven't tried it yet, I would like to hear a little 
about
>>this before doing it.
>>
>>
>>So, any Opinion ? Suggestions ? is anybody tryng the
>>same solution ???
>>
>>
>>I hope someone can help me,
>>
>>Thanks in advance !!!
>>
>>Oswin.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>
>Julius Igugu
>SouthWork Co. Ltd.
>234 (802) 320-7540
>Do you Yahoo!?
>Yahoo! Finance Tax Center - File online. File on time.

-
List info/subscrib

Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
For APs I use:
ORiNOCO / YDI 
HighGain
Mikrotik
Linksys

Antennas I use are:
Hawking
HighGain
Superpass
For Bridges I use:
YDI ECII
YDI Etherant & Etherant LR
HighGain w/ 10 & 13db antennas
Hawking WB320s
Netgear MA101s & Belkin equivalent for macs
I use Mikrotik for NAS

JK

On Tue, 23 Mar 2004 17:15:35 -0500
 "Oswin Ondarza" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
Hi John, thanks for that !!!

Can I ask you a few other questions 

What equipments are you using ???  ( NAS, Bridges, APs, 
Antennas )

thanks.

- Original Message - 
From: "John Kiehnle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 23, 2004 4:03 PM
Subject: Re: Using FreeRadius for a HotSpot with a 
PrePaid Billing System


Ok... I'll post the full set of scripts later this
afternoon. I need to sanitize some of our company 
specific
data in configs etc... These rckk but are very beta
with no good coders ever having looked at them. So now
that I expose my bad undocumented code to the masses... 
I
don't want to hear how crappy my undocumented code is. 
It
is in fact all very simple. I am assuming "for better or
worse" you have looked at php code and understand the
basic mechanics of how php interfaces with MySQL and/or
LDAP. My production stuff is all MySQL and did I say it
rcks. The newest adventure is moving this all to 
LDAP.
Your mileage may very. I'll post them when I get back 
from
lunch. I got a quick 802.11 wireless issue I gotta 
tackle
first.

JK

On Tue, 23 Mar 2004 11:13:31 -0800 (PST)
  Julius Igugu <[EMAIL PROTECTED]> wrote:
>Yes.
>
>John Kiehnle <[EMAIL PROTECTED]> wrote:I have
>like many I am sure, developed a full system in php
>with registration linked to VeriSign for CC processing.
>If
>the card transaction is accepted VeriSign can send all
>the
>data to a form which posts the UID / password into 
MySQL
>or LDAP for instant authentication. It is very basic 
but
>gets the $$$ into bank and user online right now. 
Anyone
>want copies of the php scripts.
>
>JK
>
>On Tue, 23 Mar 2004 10:41:44 -0500
>"Oswin Ondarza" wrote:
>>Hi everyone,
>>
>>I am trying to build a Hotspot system using 
FreeRADIUS,
>> I have a Colubris CN3000 NAS and it works great with
>>the FreeRADIUS, but now I need a billing system
>>integrated to the FreeRADIUS so users when enter the
>>hotspot can pay with credit card using the
>>explorer/mozilla to get access or to get login
>>information.
>>
>>I would like to build a complete open source solution, 
so
>>the only prepaid billing system open source that I 
have
>>found thar "could" be intergrated with the FreeRADIUS 
is
>> "FreeSide" (http://www.sisd.com/freeside/) but I
>>haven't tried it yet, I would like to hear a little 
about
>>this before doing it.
>>
>>
>>So, any Opinion ? Suggestions ? is anybody tryng the
>>same solution ???
>>
>>
>>I hope someone can help me,
>>
>>Thanks in advance !!!
>>
>>Oswin.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>
>Julius Igugu
>SouthWork Co. Ltd.
>234 (802) 320-7540
>Do you Yahoo!?
>Yahoo! Finance Tax Center - File online. File on time.

-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
Ok... I'll post the full set of scripts later this 
afternoon. I need to sanitize some of our company specific 
data in configs etc... These rckk but are very beta 
with no good coders ever having looked at them. So now 
that I expose my bad undocumented code to the masses... I 
don't want to hear how crappy my undocumented code is. It 
is in fact all very simple. I am assuming "for better or 
worse" you have looked at php code and understand the 
basic mechanics of how php interfaces with MySQL and/or 
LDAP. My production stuff is all MySQL and did I say it 
rcks. The newest adventure is moving this all to LDAP. 
Your mileage may very. I'll post them when I get back from 
lunch. I got a quick 802.11 wireless issue I gotta tackle 
first. 

JK

On Tue, 23 Mar 2004 11:13:31 -0800 (PST)
 Julius Igugu <[EMAIL PROTECTED]> wrote:
Yes.

John Kiehnle <[EMAIL PROTECTED]> wrote:I have 
like many I am sure, developed a full system in php 
with registration linked to VeriSign for CC processing. 
If 
the card transaction is accepted VeriSign can send all 
the 
data to a form which posts the UID / password into MySQL 
or LDAP for instant authentication. It is very basic but 
gets the $$$ into bank and user online right now. Anyone 
want copies of the php scripts. 

JK

On Tue, 23 Mar 2004 10:41:44 -0500
"Oswin Ondarza" wrote:
Hi everyone,

I am trying to build a Hotspot system using FreeRADIUS, 
I have a Colubris CN3000 NAS and it works great with 
the FreeRADIUS, but now I need a billing system 
integrated to the FreeRADIUS so users when enter the 
hotspot can pay with credit card using the 
explorer/mozilla to get access or to get login 
information.

I would like to build a complete open source solution, so 
the only prepaid billing system open source that I have 
found thar "could" be intergrated with the FreeRADIUS is 
"FreeSide" (http://www.sisd.com/freeside/) but I 
haven't tried it yet, I would like to hear a little about 
this before doing it.

So, any Opinion ? Suggestions ? is anybody tryng the 
same solution ???

I hope someone can help me,

Thanks in advance !!!

Oswin.


- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html

Julius Igugu
SouthWork Co. Ltd.
234 (802) 320-7540
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using FreeRadius for a HotSpot with a PrePaid Billing System

2004-03-23 Thread John Kiehnle
I have like many I am sure, developed a full system in php 
with registration linked to VeriSign for CC processing. If 
the card transaction is accepted VeriSign can send all the 
data to a form which posts the UID / password into MySQL 
or LDAP for instant authentication. It is very basic but 
gets the $$$ into bank and user online right now. Anyone 
want copies of the php scripts. 

JK

On Tue, 23 Mar 2004 10:41:44 -0500
 "Oswin Ondarza" <[EMAIL PROTECTED]> wrote:
Hi everyone,

I am trying to  build a Hotspot system using FreeRADIUS, 
I have a Colubris CN3000 NAS  and it works great with 
the FreeRADIUS, but now I need a billing system 
integrated to the FreeRADIUS  so  users when enter the 
hotspot can pay with credit card using the 
explorer/mozilla  to get  access or to get  login 
information.

I would like to build a complete open source solution, so 
the only prepaid billing system open source that I have 
found thar "could" be intergrated with the FreeRADIUS is 
 "FreeSide"   (http://www.sisd.com/freeside/)  but I 
haven't tried it yet, I would like to hear a little about 
this before doing it.

So, any Opinion ? Suggestions ?   is anybody tryng  the 
same solution ???

I hope someone can help me,

Thanks in advance !!!

Oswin.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: hey

2004-03-21 Thread John Kiehnle
someone please correct my config If you have a better way. 
1. RADIUS can reply with IP huh...
2. RADIUS can check time, Mbytes, whatever you limit on...
3. IP address can be assigned based on answer to question 
2.
4. If they authenticate... let 'em through,
5. If not, send them an IP that is routed into the bit 
bucket. Give them a nice notice first with a chance to put 
more $$$ into your bank account.

I use a little iptables/Netfilter rule to redirect that IP 
to the "monthly renewal page".

this cckkks!

 

On Sat, 20 Mar 2004 22:03:18 -0700
 "Byron" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
Are you willing to share some of your knowledge on your 
setup, I would
be very interested in seeing your setup for your lame 
users I am running
on Slackware 9.0. 

Byron

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 
Behalf Of radius
Sent: Friday, March 19, 2004 6:42 PM
To: [EMAIL PROTECTED]
Subject: hey

HEY BUBBA Brian Schuetz 

If you want commercial support, then buy a commercial 
product.
You are here because you cannot afford to buy or you can 
not find a
better 
product.
You ask a really stupid question, you deserve a really 
stupid answer.
You should be thanking Dekok for services donated and 
haveing to put up
with 
our stupid human questions.
Many times the answer is in your face (the files README 
and all that
jaz!) 

Did not anybody teach you any manners, perhaps when your 
mouth is open
your 
ears are closed.
Just think how much you could learn if kept your mouth 
shut and
listened!
I sit here 48 years old and no formal education tackled 
radius about two

years ago.Was up and running in production in no-time.Now 
I can config a

radius server from scratch in no time flat.I love my 
radius, I have it 
conigured to give the lame user an IP then iptables takes 
over and -j 
redirect's to my special deadbeat user's "Twighlight 
Zone" Page You need
to 
pay your bill!) then my two minute Session time out Drops 
them like a
hot 
potatoe"
FreeRadius RULZ Bubba and  my freeradius is better than 
yours...HA !
What University are you attending? Maybe the Dean can 
just hand me my 
Diploma...HA!  How much are you paying for yours...HA! 

Sorry list, I sat back and watched for a year or so...but 
it was simply 
irresistable. 



- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: hey

2004-03-20 Thread John Kiehnle
hey... yeahHHH.

Damn, we're smokin now! and if you read theses post you 
get some great ideas. Thanks for the Twilight Zone Idea 
brutha.
...and I been using radius since Livingston was still 
selling Portmasters. Gotta go... I got some config changes 
to make.

John



On Fri, 19 Mar 2004 20:41:37 -0500
 "radius" <[EMAIL PROTECTED]> wrote:
*This message was transferred with a trial version of 
CommuniGate(tm) Pro*
HEY BUBBA Brian Schuetz 
If you want commercial support, then buy a commercial 
product.
You are here because you cannot afford to buy or you can 
not find a better product.
You ask a really stupid question, you deserve a really 
stupid answer.
You should be thanking Dekok for services donated and 
haveing to put up with our stupid human questions.
Many times the answer is in your face (the files README 
and all that jaz!) 
Did not anybody teach you any manners, perhaps when your 
mouth is open your ears are closed.
Just think how much you could learn if kept your mouth 
shut and listened!
I sit here 48 years old and no formal education tackled 
radius about two years ago.Was up and running in 
production in no-time.Now I can config a radius server 
from scratch in no time flat.I love my radius, I have it 
conigured to give the lame user an IP then iptables takes 
over and -j redirect's to my special deadbeat user's 
"Twighlight Zone" Page You need to pay your bill!) then 
my two minute Session time out Drops them like a hot 
potatoe"
FreeRadius RULZ Bubba and  my freeradius is better than 
yours...HA !
What University are you attending? Maybe the Dean can 
just hand me my Diploma...HA!  How much are you paying 
for yours...HA! 
Sorry list, I sat back and watched for a year or so...but 
it was simply irresistable. 

- 
List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html