FW: Freeradius-Users Digest, Vol 11, Issue 57
Can you explain a little better what you mean? I am not stuck on loading this. The documentation is way too gray for me and I know that O'Reilly's have put out a Radius book, but it is not in any of the local stores and I am trying to get this done this week instead of the normal 3 -5 business days. I will order it, for reference. I see where is called the sql.conf, but I so not see anything more. What is it actually suppose to look like when I run the Radiusd -X? Also, is there a way that I can get this to start without doing this. Can it run in the background? Thank you for all your inputs. Dwane -----Original Message----- From: freeradius-users-bounces+atkinsd=uthscsa.edu@lists.freeradius.org [mailto:freeradius-users-bounces+atkinsd=uthscsa.edu@lists.freeradius.or g] On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Wednesday, March 15, 2006 1:35 PM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 11, Issue 57 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. Re: perl scripts (debik) 2. problem with secret (Guido) 3. Re: Problems configuring Free Radius (321Admin) ---------------------------------------------------------------------- Message: 1 Date: Wed, 15 Mar 2006 19:38:15 +0100 From: "debik" <debik@vp.pl> Subject: Re: perl scripts To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Message-ID: <008001c6485f$9f46fb40$0500a8c0@laptop> Content-Type: text/plain; charset="windows-1250" Hello again. I have stuckon writing that perl script to autheticate users from onother database. How can i grep the User-Name and Password from RAD_REQUEST to my perl script as a variable. I have tried to do something like this: my $username = $RAD_REQUEST{'User-Name'} Is it anyway possibble what im trying to do ? ----- Original Message ----- From: debik To: FreeRadius users mailing list Sent: Sunday, March 12, 2006 12:28 PM Subject: Re: perl scripts I tried to add new sql1.conf. But when i trie starting te radius server he told me that the database is nit in the Attribute Value. I that onother dsatabase i have got users of my network, and i wont, that teh radius server use that logins which are in that database. Sorry for that HTML, and for my english. ----- Original Message ----- From: mnisay To: 'FreeRadius users mailing list' Sent: Sunday, March 12, 2006 10:55 AM Subject: RE: perl scripts what do you want to achieve with this perl script, freeradius can do the authentication. is this script for management of database? if it is, you can use server side php scripts as well. if its not, does the perl script manipulates user database differently? sorry i think i did not get you well. ------------------------------------------------------------------------ ---- From: freeradius-users-bounces+mnisay=aim-consultants.com@lists.freeradius.org [mailto:freeradius-users-bounces+mnisay=aim-consultants.com@lists.freera dius.org] On Behalf Of debik Sent: Saturday, March 11, 2006 2:43 PM To: FreeRadius users mailing list Subject: Re: perl scripts Yes. But that onother database is not in radius format like: op, value, etc. So I have to write a perl script. ----- Original Message ----- From: mnisay To: 'FreeRadius users mailing list' Sent: Saturday, March 11, 2006 11:27 AM Subject: RE: perl scripts ------------------------------------------------------------------------ -- From: freeradius-users-bounces+mnisay=aim-consultants.com@lists.freeradius.org [mailto:freeradius-users-bounces+mnisay=aim-consultants.com@lists.freera dius.org] On Behalf Of debik Sent: Friday, March 10, 2006 8:41 PM To: FreeRadius users mailing list Subject: Re: perl scripts > I have got onother mysql base and i wont to write perl script to tel the radius server to use the data in that database. do you mean use MySQL for freeradius authentication? ----- Original Message ----- From: mnisay To: 'FreeRadius users mailing list' Sent: Friday, March 10, 2006 11:26 AM Subject: RE: perl scripts > Could somebody share with some scripts that authorize users in radius. > Im trying to write my own script, but i don't find any docs. > Could somebody help me. authorize users in radius? freeradius can authorize users by default. -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/278 - Release Date: 3/9/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/278 - Release Date: 3/9/2006 ------------------------------------------------------------------------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/278 - Release Date: 3/9/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006 ------------------------------------------------------------------------ -- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006 ------------------------------------------------------------------------ ---- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ------------------------------------------------------------------------ ------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
Can you explain a little better what you mean? I am not stuck on loading this. The documentation is way too gray for me and I know that O'Reilly's have put out a Radius book, but it is not in any of the local stores and I am trying to get this done this week instead of the normal 3 -5 business days. I will order it, for reference.
the documentation is pretty clear. there are plenty of sites out there - can you not google for 'using freeradius mysql' ?
I see where is called the sql.conf, but I so not see anything more. What is it actually suppose to look like when I run the Radiusd -X? Also, is there a way that I can get this to start without doing this. Can it run in the background?
radiusd -X is for debugging. you should see success messages when you try to authenticate against the server using accounts in the authorized mysql table. running in the background? of course! but you can only run it int he background once you've got it working - for otherwise it wont be working and you wont know why. to run it in background as a Fedora install package you simply make sure the service is known by the init scripts. 'chkconfig radiusd on' and you can start it with /sbin/service radius start without rebooting. (future reboots will have radiusd process starting by default after the chkconfig) alan
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Atkins, Dwane P