Re: empty password

2003-02-12 Thread stambazzi andrea
Yes it's good ... run right Thank you very mutch. The FAQ has an example of rejecting everyone via the 'Reject' authentication type. You can accept everying with the 'Accept' authentication type. e.g. user Auth-Type := Accept Will cause the user to be accepted.

empty password

2003-02-11 Thread stambazzi andrea
Hi I have to autenticate my ppp users with free radius without checking password but only the username. I have no idea how to do this because i don't know any settings in configure file or in database table which can enable this mode. Anybody can help me?! By Stamba - List

Re: empty password

2003-02-11 Thread Evren Yurtesen
well I dont know if this would work but you could try regex in password so it might accept any password like * as the password. On Tue, 11 Feb 2003, stambazzi andrea wrote: Hi I have to autenticate my ppp users with free radius without checking password but only the username. I have no

Re: empty password

2003-02-11 Thread stambazzi andrea
well I dont know if this would work but you could try regex in password so it might accept any password like * as the password. I have enabled regexp in radius.conf with parameters regular_expression == yes extended expression = yes and after i have put in radchek table a record like the

Re: empty password

2003-02-11 Thread Evren Yurtesen
I think a simple ^.* or .* would match all the characters int he password. I use := operator for the passwords but... Well I do not know if the regulare expressions in freeradius work for passwords. It was just a guess that it might work. You should check out the output of radiusd -sxx or -sxxx

Re: empty password

2003-02-11 Thread stambazzi andrea
I think a simple ^.* or .* would match all the characters int he password. I have tried this one too ... but nothing ... it failed again I use := operator for the passwords but... Well I do not know if the regulare expressions in freeradius work for passwords. It was just a guess that it

Re: empty password

2003-02-11 Thread Evren Yurtesen
I dont think so. I didnt use regular expressions before so... :) I think you are right at using =~ I didnt check what it was... But is your problem really matching any password or is it ok if the password is empty? You can maybe try to have an empty password. Also did you try radius -sxxx

Re: empty password

2003-02-11 Thread Alan DeKok
stambazzi andrea [EMAIL PROTECTED] wrote: I have to autenticate my ppp users with free radius without checking password but only the username. I have no idea how to do this because i don't know any settings in configure file or in database table which can enable this mode. The FAQ has an