Re: mac authentication

2005-01-09 Thread Alan DeKok
Robert Ku <[EMAIL PROTECTED]> wrote: > Initially, > I tried to test it with a username/password method with MD5 > authentication type with: ... > This worked without any problems. If you can get EAP-MD5 to work, then LEAP will work, too. > I moved on to test with MAC authentication method. ..

Re: Accounting proxying

2005-01-09 Thread Nicolas Baradakis
Kostas Kalevras wrote: > I don't quite understand why you need separate detail/radsqlrelay > per realm. Why can't you do it all with one detail file/radsqlrelay > process? I have different SQL parameters for each realm. (different credentials, different tables, different queries) Therefore I have

Freeradius on two Mysql servers?

2005-01-09 Thread Michel van Dop
Hello, I wan to run TWO MySQL (3.23.58-4) servers and have FreeRadius (0.9.3-1.1) fall over between them, i do something like this: duplicate your sql.conf and edit the second copy to reflect connecting to your backup server ; then name the files something like sql1.conf and sql2.conf ; in

Re: Freeradius on two Mysql servers?

2005-01-09 Thread Alan DeKok
"Michel van Dop" <[EMAIL PROTECTED]> wrote: > I wan to run TWO MySQL (3.23.58-4) servers and have FreeRadius > (0.9.3-1.1) Hmm... that's old. Why not upgrade to 1.0.1? > Jan 9 13:29:37 radius02 radiusd: Sun Jan 9 13:29:37 2005 : Info: > Starting - reading configuration files ...[Failed]Can

Re: Apache2 with mod_auth_pam and RADIUS

2005-01-09 Thread NextGen$'s ShaDow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here it's nearly working :-D I've no idea why PAM is sending such a password... If someone has got an idea ;-) Regards. rad_recv: Access-Request packet from host 192.168.250.1:3428, id=163, length=101 ~User-Name = "test" ~User-Password

mysql icradius to freeradius conversion and related questions

2005-01-09 Thread Chuck
My boss wants me to move our icradius installation to a better radius. I believe that freeradius will do what we need, but I cannot easily find specifics on certain things and honestly am pressed against the wall for time on this. If some of these were answered in this list before i ask your i

RE: Freeradius on two Mysql servers?

2005-01-09 Thread Paul-Hus Diane
Just a tought   If you copy your sql2.conf over from the first server , did you change the IP  addres in the sql2.conf on the second server ? sql1.conf refer to localhost so it is OK on both server.      # Connect info     server = "xxx.xxx.xxx.xxx"     login = "radius"    

Re: rlm_perl authorize and authenticate

2005-01-09 Thread Thor Spruyt
Alan DeKok wrote: "Thor Spruyt" <[EMAIL PROTECTED]> wrote: Module: Instantiated perl (myperl) radiusd.conf[1796] Unknown Auth-Type "perl" in authenticate section. Any idea what's wrong here? perl != myperl perl = name of the module myperl = name of the module instance For authorize it works, but f

Re: mysql icradius to freeradius conversion and related questions

2005-01-09 Thread Thor Spruyt
Chuck wrote: 1. has anyone written a conversion script for this? Initial comparison of the sql.conf file showed me an "op" field difference, but I don't see how it is used or field type/length or what information is contained in it. See doc/rlm_sql I suggest you make a copy of your current database

RE: freeradius 1.0 and unix style auth.

2005-01-09 Thread Brian Ertel
Sure, but where do I view the debug output? Brian -Original Message- From: [EMAIL PROTECTED] on behalf of Alan DeKok Sent: Fri 1/7/2005 3:03 PM To: freeradius-users@lists.freeradius.org Cc: Subject: Re: freeradius 1.0 and unix style au

Re: freeradius 1.0 and unix style auth.

2005-01-09 Thread Thor Spruyt
Brian Ertel wrote: Sure, but where do I view the debug output? http://www.freeradius.org/faq/#4.11 http://www.freeradius.org/faq/#4.12 -- Regards, Thor Spruyt E: [EMAIL PROTECTED] W: www.thor-spruyt.com M: +32 (0)475 67 22 65 Bestel nu uw exemplaar van Operationele verkoop (Walter Spruyt - Liesbeth

Re: Freeradius on two Mysql servers?

2005-01-09 Thread Michel van Dop
Thank yo to replay, Diane. Yes i use sql1.conf local host mysql db and sql2.conf to mysql server on the same subnet.   Alan, i use fedora 1 and on this system this is the last freeradius server version. Is this version 0.9.3-1.1 not stable?   Michel   - Original Message - From:

Re: rlm_perl authorize and authenticate

2005-01-09 Thread Alan DeKok
"Thor Spruyt" <[EMAIL PROTECTED]> wrote: > > perl != myperl > > perl = name of the module > myperl = name of the module instance Yes. The name of the instance is "myperl", not "perl". > For authorize it works, but for authenticate I get that error. That surprises me. It's the same code i

Re: Freeradius on two Mysql servers?

2005-01-09 Thread Alan DeKok
"Michel van Dop" <[EMAIL PROTECTED]> wrote: > Alan, i use fedora 1 and on this system this is the last freeradius > server version. Is this version 0.9.3-1.1 not stable? It's about a year old. 1.0.1 is the newest, and you SHOULD be using it. Alan DeKok. - List info/subscribe/unsubscribe? S

CA openssl for FreeRadius

2005-01-09 Thread Jacques VUVANT
Hi all   I'm trying to generate a CA for using EAP/TLS on free radius but I have following error message. Someone have idea about theses errors and how to ?   Thanks   Jacques   == [EMAIL PROTECTED] ssl]# ./CA.root***

Re: mysql icradius to freeradius conversion and related questions

2005-01-09 Thread Chuck
On Sunday 09 January 2005 02:22 pm, Thor Spruyt wrote: great. thank you! > Chuck wrote: > > 1. has anyone written a conversion script for this? Initial > > comparison of the sql.conf file showed me an "op" field difference, > > but I don't see how it is used or field type/length or what > > infor

RE: rlm_perl authorize and authenticate

2005-01-09 Thread Amit Gupta
Hi, What is rlm_perl? I could not find any document for this in /doc of Freeradius source. Its can be used for? Amit Gupta Mobile: 91-9891062552 Yahoo IM: amitguptainn MSN IM : amitguptainn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Se

Re: rlm_perl authorize and authenticate

2005-01-09 Thread Thor Spruyt
Alan DeKok wrote: "Thor Spruyt" <[EMAIL PROTECTED]> wrote: perl != myperl perl = name of the module myperl = name of the module instance Yes. The name of the instance is "myperl", not "perl". For authorize it works, but for authenticate I get that error. That surprises me. It's the same code i

Re: rlm_perl authorize and authenticate

2005-01-09 Thread Thor Spruyt
Amit Gupta wrote: What is rlm_perl? Same as rlm_python but for perl It's still in experimental condition! I could not find any document for this in /doc of Freeradius source. There isn't any documenation in doc, feel free to write some. There's a sample configuration in raddb/experimental.conf Ther