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 and see whats going wrong exactly.
Evren On Tue, 11 Feb 2003, stambazzi andrea wrote: > > > 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 following > > | Username | Attribute | Value | op | > +----------+---------------+----------+----+ > | stamba | User-Password | ^[\w\W]$ | =~ | > > > but login with user "stamba" failed, have i missed anythig?! > where was i wrong?! > > > thank you > > By > 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
