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 and what do you see as the problem? I think if you are using CHAP the regular expressions wouldnt work. Perhaps only with PAP (and maybe something else but I only am experienced in PAP and CHAP) Evren On Tue, 11 Feb 2003, stambazzi andrea wrote: > > > 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 might work. > In "man 5 users" is written : > > Attribute =~ Expression > As a check item, it matches if the request contains an > attribute which matches the given regular expression. > This operator may > only be applied to string attributes. > Not allowed as a reply item. > > is there a mistake?! > > > > You should check out the output of radiusd -sxx or -sxxx and see whats > > going wrong exactly. > ok i'm ready to try... tell me good luck :-) > > Stamba > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
