RE: db_mysql.sql

2007-07-11 Thread Joel Eddy
Is version 1.1.6 missing the db_mysql.sql script? Is it possible to use the one from 1.0.1 or some other version? Or is there a link I've missed somewhere to get it? By the way I APPRECIATE all that you programmers are doing. I can only imagine the long hours put in to make this product work.

RE: DB_MYSQL.SQL

2007-07-11 Thread Joel Eddy
For those that need it, like I did you can add this to the end of http://wiki.freeradius.org/MySQL_DDL_script to get your database to create the userinfo table also # # Table structure for table 'userinfo' # CREATE TABLE userinfo ( id int(10) NOT NULL auto_increment, UserName varchar(30),

RE: Web up

2006-08-25 Thread Joel Eddy
Site up from here in Iowa Joel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: sql.conf

2006-03-20 Thread Joel Eddy
If it's a new install check that your iptables aren't blocking your access also - Original Message - From: Laker Netman [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Monday, March 20, 2006 5:23 PM Subject: Re: sql.conf There is

Re: Wiki is now live

2005-12-12 Thread Joel Eddy
Thanks Peter. Joel - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Monday, December 12, 2005 11:55 AM Subject: Wiki is now live http://wiki.freeradius.org/ Please feel free to add documentation, configuration examples, etc.

Re: Setting up Dialup_admin

2005-05-17 Thread Joel Eddy
Douglas, In this section of your php.conf file add the last line to it. It should be located in the httpd directory. Hope this helps. # # Cause the PHP interpreter to handle files with a .php extension. # AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 Joel -

Re: postgresql problem/question

2005-05-09 Thread Joel Eddy
Dave, Not sure if I'll be much help on this one, but I'll do my best. In my radgroupreply I have Auth-Type := Local I don't know if that will fix it or not. Also, I think freeradius had a file sql.conf that had to have stuff uncommented to get it to record certain info. Yours should be

RE: Simultaneous use ?

2005-04-08 Thread Joel Eddy
To answer some of my own questions, and maybe someone else's with the same issues running 3COM USRHiper equipment. To get the SNMP_Sessions and BER modules for Perl go to: http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-1.07.tar.gz After installing these my simultaneous use works.

RE: Simultaneous use and log ?

2005-04-07 Thread Joel Eddy
1. I've got a simultaneous use problem. 1a. I have 3COM USRHIPER equipment. 1b. I have the Net::Telnet module installed 1c. port_density is 256 Do I still need the SNMP_Session and BER modules to make this work? If so where do I get these? I've looked in CPAN and I don't find them

Re: (dialupadmin) user edit not showing passwords

2005-03-10 Thread Joel Eddy
Nick, I had the same problem. I'm using MySql and the column is named User-Password The file user_edit.attrs in your dialup_admin/conf directory. add to the file above the line Auth-Type User-PasswordUsers Password That should do it. Joel - Original Message - From: Nick Bright

Re: (dialupadmin) user edit not showing passwords

2005-03-10 Thread Joel Eddy
I would have to agree with the idea of passwords not being visable. However, in our situation and maybe even Nick's, if we have a customer call in with issues connecting we typically make sure the ID is correct and have them retype their password. It is nice to be able to see what it is, without

RE: Dialup Admin ?

2005-02-25 Thread Joel Eddy
I had asked a question about Dialup Admin and didn't see any replies back. So I was wondering is this maybe not the list to ask about Dialup Admin. If not is there a list for Dialup Admin and could someone send the link to it. Thanks, Joel - List info/subscribe/unsubscribe? See

Re: [radius] RE: Dialup Admin ?

2005-02-25 Thread Joel Eddy
- From: Joel Eddy [EMAIL PROTECTED] To: Free Radius Org freeradius-users@lists.freeradius.org Sent: Friday, February 25, 2005 1:50 PM Subject: [radius] RE: Dialup Admin ? I had asked a question about Dialup Admin and didn't see any replies back. So I was wondering is this maybe not the list

RE: Dialup Admin ?

2005-02-24 Thread Joel Eddy
In my dialup admin in user info I can see fields for Name, Mail, Department, Home Phone, Work Phone Mobile Phone and Home Address. I can make changes in all of them except Home Address. I loaded the userinfo table with the address and I can see through the sql debug display that it checks the

Re: CHAP / PAP ?

2005-02-18 Thread Joel Eddy
. And it will still use CHAP for the PC users. BIG THANKS to you Mike. And a BIG THANKS to you Alan for your input also. Joel - Original Message - From: Joel Eddy [EMAIL PROTECTED] To: Joel Eddy [EMAIL PROTECTED] Sent: Thursday, February 17, 2005 10:28 PM Subject: Fw: CHAP / PAP ? try

RE: CHAP / PAP ?

2005-02-17 Thread Joel Eddy
Stupid question. Is it possible to do CHAP for some accounts and PAP for others? I'm using CHAP and it works great for PC users. But I have some WebTV receivers that as far as I can tell only do PAP. And they aren't getting connected through my 3COM Total Control 1000's. Would it work it I

Re: CHAP / PAP ?

2005-02-17 Thread Joel Eddy
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Eddy Sent: Friday, 18 February 2005 11:15 AM To: freeradius-users@lists.freeradius.org Subject: Re: CHAP / PAP ? Okay, In MySql the passwords are in plain text. When I use NTRADPING to check authentication it will only give me

Re: CHAP / PAP ?

2005-02-17 Thread Joel Eddy
I APPRECIATE the help. If I'm understanding it correctly. The user file in /etc/raddb is read first then it moves to MySql to get it's information for the user if nothing matches in the user file. As far as I can see I don't need to process the user file if I get everything set up correctly in the

Re: Dialupadmin port number

2005-02-09 Thread Joel Eddy
Here is the how to that is in dialup_admin. I followed it and I have mine up and running. You may need to tweak a few things to match your install. Joel - Original Message - From: Eric Gregory [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Saturday, January 22, 2005

RE: Dialip_admin ?

2005-02-03 Thread Joel Eddy
Could someone give me a link to a howto and faq on dialup_admin? Having issues with the page displaying correctly on apache 2.0 with MySql 3.23.58-9.1 left column is html markup only. No buttons or anything. I've installed by the howto in dialup_admin. But need help finishing up. Joel - List

Re: Dialip_admin ?

2005-02-03 Thread Joel Eddy
: Thursday, February 03, 2005 10:16 AM Subject: Re: Dialip_admin ? Joel Eddy wrote: Could someone give me a link to a howto and faq on dialup_admin? Having issues with the page displaying correctly on apache 2.0 with MySql 3.23.58-9.1 left column is html markup only. No buttons or anything. I've

Re: Dialip_admin ?

2005-02-03 Thread Joel Eddy
AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 New line Save the file and restart apache. You should now see the left column. I hope this helps someone. Joel - Original Message - From: Joel Eddy [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent

RE: Dialup admin

2005-02-02 Thread Joel Eddy
I'm setting up dialupadmin. I get in the left had column nothing but php code Why, and could someone point me in the direction to correct it. ?php $auth_user = $HTTP_SERVER_VARS[PHP_AUTH_USER]; if ($auth_user){ if (is_file(../html/buttons/$auth_user/buttons.html.php3))

Re: RE: mysql ?

2005-01-26 Thread Joel Eddy
: mysql ? I have zero 0 in mine... and all works well. Original Message == From: Joel Eddy [EMAIL PROTECTED] == Date: Tue, 25 Jan 2005 17:41:21 -0600 I hate to be the one that asks the stupid question of the day but here goes. In the Table radgroupreply in database radius what

Re: RE: mysql ?

2005-01-26 Thread Joel Eddy
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Eddy Sent: Wednesday, January 26, 2005 10:27 AM To: freeradius-users@lists.freeradius.org Subject: Re: RE: mysql ? Thanks for the info. Does someone know what it's purpose in life is? I've got the Radius book by O'Reilly

Simultaneous use

2005-01-26 Thread Joel Eddy
Where in the MySql database do I put the simultaneous use entry? So there is only one use permitted. Joel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: mysql ?

2005-01-25 Thread Joel Eddy
I hate to be the one that asks the stupid question of the day but here goes. In the Table radgroupreply in database radius what goes in the prio entry? Joel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: web interface

2004-06-17 Thread Joel Eddy
webmin url http://www.webmin.com Sincerely, Joel Eddy Iowa Connect, Inc. http://www.iowaconnect.com Ph. 641-456-5964 Fax 641-456-5912 - Original Message - From: Marco Marques [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 4:22 PM Subject: web interface Hello