Thanks. But how do you invoke 'man' for the users? If I type what you did above in Ubuntu, I get some other 'users' :
NAME
       users - print the user names of users currently logged in to the current host


when I do 'man freeradius' then I get the correct man pages for  freeradius but very little said about the DEFAULT keyword. 

On Thu, Aug 6, 2009 at 2:01 AM, Alan DeKok <aland@deployingradius.com> wrote:
Marlon Duksa wrote:
> I've been reading through WiKi  pages but still not clear. I need to
> evaluate two attributes and I'm doing this with the =~ operator. But the
> second attribute is not evaluated but instead returned as reg expr
> (exactly as stated below)
>
>
>
> DEFAULT     *User-Name =~ "^([aA-zZ]+)-([aA-zZ]+)$", Auth-Type := Local,
> User-Password == "csetestp"*

 Don't set Auth-Type := LOCAL.  Delete that.

 Use "Cleartext-Password := ...", not "User-Password == ..."

> What is the significance of this 'DEFAULT' keyword in the 'users' file?

$ man users

 This is documented.

 Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html