rlm_eap:SSL error

2007-06-07 Thread Apangshu Saha
Dear All, Please let me know the detailed reason why the RADIUS server log is showing the error in SSLV3 read client certificate A please let me know the necessary steps to solve this. With regards , Apangshu - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to connect to backend DB

2007-06-07 Thread Peter Nixon
But you asked if there was: "some standard method that may be used to connect and fetch data from the MYSQL database?" The answer is: Look at rlm_sql, rlm_sqlippool or any of the other modules that use SQL.. -Peter On Fri 08 Jun 2007, Nitin Naveen wrote: > Hi Peter, > > I did bother to look a

RE: How to connect to backend DB

2007-06-07 Thread Nitin Naveen
Hi Peter, I did bother to look at rlm_sql. However my need is a bit different. I do not want to fetch values from a DB and added them as values to certain radisu attributes. I want to fetch, do some operation on the feteched value and then add the result of the operation to the radius attribute

Big "VSA + Proxy" problem

2007-06-07 Thread Guilherme Franco
Hello, Running Freeradius 1.1.4 on RHEL with an Oracle backend. I'm at a Carrier and every "@bar.com" request is configured to be proxied but I have a problem where a VSA (in radreply table) is not even sent to bar.com. In my database: select * from radcheck; ID USERNAME ATTRIBUTE

Re: Freeradius-Users Digest, Vol 26, Issue 20

2007-06-07 Thread [EMAIL PROTECTED]
Ich bin am Freitag den 8. Juni nicht im Haus und kann Ihre Nachricht erst am Montag den 11. Juni bearbeiten. In dringenden Fällen wenden Sie sich bitte an Herrn René Böhm (E-Mail: [EMAIL PROTECTED]). Mit freundlichen Grüßen Tobias Drollinger - List info/subscribe/unsubscribe? See http://www

Re: Ldap group troubles

2007-06-07 Thread Phil Mayers
Dourty, Brian R. (IATS) wrote: > Upgrading is what broke this functionality. It works with version > 1.0.1. Sometime after that a change was made to rlm_ldap.c. This change > modified the ldap_escape_func() function. The way this function works in > 1.1.4 and up is different than 1.0.1. Basically,

Re: MAC-auth only to AP needs a little guidance.

2007-06-07 Thread tnt
Use MAC address both as username and Calling-Station-Id. No password. Ivan Kalik Kalik Informatika ISP Dana 7/6/2007, "Giobbi Piero" <[EMAIL PROTECTED]> piše: >Hi all. > >Im just got radius with user/password to work with my firewall and i >just love it! Now i would like to make it rock with our

MAC-auth only to AP needs a little guidance.

2007-06-07 Thread Giobbi Piero
Hi all. Im just got radius with user/password to work with my firewall and i just love it! Now i would like to make it rock with our airport basestations to. I only want MAC-authentication, isearched everywhere but i cant find a single example for this , without EAP/TLS. I tried: "shared

Re: rlm_sql_mysql Problem with Freeradius on C entos 5

2007-06-07 Thread Andy Hughes
gt; Module: Instantiated sql (sql) >> >> --snip-- >> >> I have also tried various variations of commands in sql.conf to > configure >> the sql port. Can anyone tell me what the appropriate configuration > command >> is? >> >> Can anyone shine any light on what might be the problem here? >> >> Regards, >> >> Andy Hughes >> >> >> - >> List info/subscribe/unsubscribe? See >> http://www.freeradius.org/list/users.html >> > -- next part -- > An HTML attachment was scrubbed... > URL: > https://lists.freeradius.org/pipermail/freeradius-users/attachments/20070607/46f1e64f/attachment-0001.html > > -- > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: users2mysql Problem Issue 2

2007-06-07 Thread Dennis Skinner
Jeff wrote: > k, that did it > but the issue is when importing > entrys are going into the raccheck and usergroup > but nothing in the radreply > hence > none of the user attributes associated are being imported > but is see no errors when after the script ran running back through what > it output

RE: Ldap group troubles

2007-06-07 Thread Dourty, Brian R. (IATS)
Upgrading is what broke this functionality. It works with version 1.0.1. Sometime after that a change was made to rlm_ldap.c. This change modified the ldap_escape_func() function. The way this function works in 1.1.4 and up is different than 1.0.1. Basically, it didn't escape anything in 1.0.1 and

users2mysql Problem Issue 2

2007-06-07 Thread Jeff
k, that did it but the issue is when importing entrys are going into the raccheck and usergroup but nothing in the radreply hence none of the user attributes associated are being imported but is see no errors when after the script ran running back through what it outputted.

Re: check-config option

2007-06-07 Thread Dennis Skinner
Giovanni Lovato wrote: > So how could I check configuration before sighupping the process? > I try a script called ``check-radiusd-config'' but it gives me: The preferred method is to have a test server. Generally you want a primary and secondary server anyways and often I will use the secondary

Re: check-config option

2007-06-07 Thread Giovanni Lovato
[EMAIL PROTECTED] wrote: Hi, With FreeRADIUS you can simply use: radiusd -C to check the configuration. [...] gone deprecated So how could I check configuration before sighupping the process? I try a script called ``check-radiusd-config'' but it gives me: # check-radiusd-config R

Markus Wintruff istaußer Haus.

2007-06-07 Thread markus . wintruff
Ich werde ab 07.06.2007 nicht im Büro sein. Ich kehre zurück am 10.06.2007. Bitte wenden sie sich an Michael Cochu [EMAIL PROTECTED] +49-40-7339-1432. I am not in the office. Please contact Michael Cochu [EMAIL PROTECTED] +49-40-7339-1432. - List info/subscribe/unsubscribe? See http://www.fre

Re: users2mysql Problem

2007-06-07 Thread tnt
run this SQL command from mysql prompt: DELETE FROM radcheck,usergroup,... whatever table you have written to It will delete data but not reset the indexes. But wouldn't it be wise to learn a little bit about SQL before embarking on something like this? Ivan Kalik Kalik Informatika ISP Dana 7/

RE: users2mysql Problem

2007-06-07 Thread Robert Cross
you could try a sql query that deletes data in the table DELETE FROM example WHERE age='15'   Robert From: Jeff <[EMAIL PROTECTED]>Reply-To: FreeRadius users mailing list To: "FreeRadius users mailing list" Subject: users2mysql ProblemDate: Thu, 07 Jun 2007 08:09:29 -0400 I had made a mistake

users2mysql Problem

2007-06-07 Thread Jeff
I had made a mistake when importing my users file. Is there a way to purge the user data from mysql and it clears all their info from all the tables without reinstalling the database? Jeff- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: check-config option

2007-06-07 Thread A . L . M . Buxey
Hi, > > With FreeRADIUS you can simply use: > > radiusd -C > > to check the configuration. [...] gone deprecated alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius-Users Digest, Vol 26, Issue 18

2007-06-07 Thread Nitin Naveen
Hi Peter, I did bother to look at rlm_sql. However my need is a bit different. I do not want to fetch values from a DB and added them as values to certain radisu attributes. I want to fetch, do some operation on the feteched value and then add the result of the operation to the radius attribute

check-config option

2007-06-07 Thread Giovanni Lovato
On http://wiki.freeradius.org/index.php/FAQ, question 6.10 I read: With FreeRADIUS you can simply use: radiusd -C to check the configuration. [...] But when I try to do that: # radiusd -C radiusd: invalid option -- C Usage: radiusd [-a acct_dir] [-d db_dir] [-l log_dir] [-i address]

Re: From users file to SQL

2007-06-07 Thread tnt
>It doesn't work. When the user is member of SUSPENDED and has a static IP >address, rlm_sqlippool doesn't override the Framed-IP-Address. >This is the behavior I expect for all other cases/groups. > I am not sure if sqlippool has the option to override Framed-IP-Address if it is already set. Ordi

Re: rlm_sql_mysql Problem with Freeradius on Centos 5

2007-06-07 Thread tnt
>I have tried running the server as root and I still receive the same error. > >However, > >When I run the server in extended debug mode (as root) the server starts fine >and will serve authentication from the MySQL database quite happily. What? When you type radiusd at the prompt as root it cras

Re: How to connect to backend DB

2007-06-07 Thread Peter Nixon
On Thu 07 Jun 2007, Nitin Naveen wrote: > Hi, > > I am writing a new RLM called rlm_prop_protocol. It basically adds some > attributes. The value for > these attributes are pulled from a backend database (MYSQL). I wanted to > know whether there > is a provision in freeradius or some standard metho

Re: rlm_sql_mysql Problem with Freeradius on Centos 5

2007-06-07 Thread liran tal
Could it be an authentication problem? Maybe you didn't spell the user to connect to mysql correct? I would also suggest that you enable extensive logging on the mysql side to see if there are any requests. This is done usually in /etc/mysql/my.cnf Liran. On 6/7/07, Andy Hughes <[EMAIL PROTECTE