Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-20 Thread Hilton Guaraldi
I did... 8- Running radiusd -X give me no problem... Radiusd UP! 9- XP client authentication with EAP-PEAP with login guaraldi, password 123mudar and MAC 0018e741adc2 from AP2,...,AP6 or 00-18-E7-41-AD-C2 from AP1 done!! All of my AP's working.... 10- Cheers

Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Hilton Guaraldi
tation-Id'} = >>> uc($RAD_REQUEST{'Calling-Station-Id'}); >>> } >>> >>> sub preacct { >>>   $RAD_REQUEST{'Calling-Station-Id'} = >>> uc($RAD_REQUEST{'Calling-Station-Id'}); >>> } >>> - -- cut -- >>> >>> and add &qu

Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Hilton Guaraldi
AD_REQUEST{'Calling-Station-Id'} = uc($RAD_REQUEST{'Calling-Station-Id'}); > } > sub preacct { >   $RAD_REQUEST{'Calling-Station-Id'} = uc($RAD_REQUEST{'Calling-Station-Id'}); > } > - -- cut --- > > - - > R

Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Hilton Guaraldi
in radiusd.conf > > > - ----- > Regards > Stefan Saraev > Link+ Ltd. > +359 899 19 15 34 > > > > - - Original Message - > From: Hilton Guaraldi > [mailto:guara...@gmail.com] > To: FreeRadius users mailing list > [mailto:freeradius-us...@lists.freer

Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Hilton Guaraldi
ppens in MAC address. If it is 00-18-e7-41-ad-c2, it remains the same, not 00-18-E7-41-AD-C2, :-( Must I "include" example.pl to radius in order to do $RAD_REQUEST{'Calling-Station-Id'} = uc($RAD_REQUEST{'Calling-Station-Id'}) work? Guaraldi 2009/9/18 Alexander Clouter

Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-17 Thread Hilton Guaraldi
Hi, How can I use uc function below in order to change lower case to upper case? Ex. 00-18-e7-41-ad-c2---> 00-18-E7-41-AD-C2 In the policy.conf: mac-phase { if("%{request:Calling-Station-Id}" =~ /([0-9a-f]{2})[-:]?([0-9a-f]{2})[-:]?([0-9a-f]{2})[-:]?([0-9a-f]{2,})[-:]?([0-9a-f]{2}

Re: usename + password + MAC address

2009-09-13 Thread Hilton Guaraldi
Let me ask something about attr_rewrite in order to give the possibility to work with my 6 APs, and to do a rewrite of MAC to EAP-PEAP authentication. Would it be possible to write in radius.conf and default files the following, avoiding many entries in the hints file? Scenario: AP1

Re: usename + password + MAC address

2009-09-13 Thread Hilton Guaraldi
Ok, it works, but a new problem emerged I have 6 AP´s. One of them send the MAC in the following format: 00-18-E7-41-AD-C2. The others send 0018e741adc2... Here the letters are in lowercase and if changed to uppercase the authentication fails from 5 AP´s. What must I do in radcheck table to wo

Re: usename + password + MAC address

2009-09-10 Thread Hilton Guaraldi
Oops!!! Putting my head in the right place... :-) May I insert in the radcheck table for user guaraldi, password mudar123, MAC 00-18-E7-41-AD-C2 the following lines??? 1DEFAULT Fall-Through = yes 2guaraldi Cleartext-Password:=

Re: usename + password + MAC address

2009-09-10 Thread Hilton Guaraldi
Please Ivan Kalik, Give us an example!!! I am configuring freeradius with mysql backend and MAC Auth fail. In the radcheck table only, i did: guaraldi Cleartext-Password:= mudar123 00-18-E7-41-AD-C2Auth-Type := Accept Need I to rewrite dia

Re: XP client can not authenticate in Radius Server - HELP ME PLEASE!!!!!!!!!!!!!

2009-08-25 Thread Hilton Guaraldi
OK Kalik, Thanks! 2009/8/25 Ivan Kalik : >> Hi Buxey, >> >> After generating the certificates the file server.der was not created! >> Ca.der ok!!! >> >> What can I do??? > > It's server.crt. > > Ivan Kalik > Kalik Informatika ISP > > - > List info/subscribe/unsubscribe? See http://www.freeradius.

Re: XP client can not authenticate in Radius Server - HELP ME PLEASE!!!!!!!!!!!!!

2009-08-25 Thread Hilton Guaraldi
Hi Buxey, After generating the certificates the file server.der was not created! Ca.der ok!!! What can I do??? Best regards 2009/8/18 Alan Buxey : > Hi, > >> Hi ALL!!! > > Hi! > > ignore the tutorials.  install latest version from source...ensure > /usr/local/etc/raddb or /

Re: XP client can not authenticate in Radius Server - HELP ME PLEASE!!!!!!!!!!!!!

2009-08-19 Thread Hilton Guaraldi
Ok!!! I will do all the changes As soon as possible my new post. Guaraldi 2009/8/18 Alan Buxey : > Hi, > >> Hi ALL!!! > > Hi! > > ignore the tutorials.  install latest version from source...ensure > /usr/local/etc/raddb or /etc/raddb doesnt exist before 'make install'

XP client can not authenticate in Radius Server - HELP ME PLEASE!!!!!!!!!!!!!

2009-08-18 Thread Hilton Guaraldi
Hi ALL!!! I did more then 20 openssl commands in order to issue a CA for tests... Howto in http://www.linuxjournal.com/node/8095/print and http://www.linuxjournal.com/node/8151/print. I DID ALL THE COMMANDS!!! XP client do not authenticate :-( Do I need users file??? What the