Thanks. But how do you invoke 'man' for the users? If I type what you did above in Ubuntu, I get some other 'users' :<div><div>NAME</div><div>       users - print the user names of users currently logged in to the current host</div>
<div><br></div><div><br></div><div>when I do 'man freeradius' then I get the correct man pages for  freeradius but very little said about the DEFAULT keyword. </div><br><div class="gmail_quote">On Thu, Aug 6, 2009 at 2:01 AM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Marlon Duksa wrote:<br>
> I've been reading through WiKi  pages but still not clear. I need to<br>
> evaluate two attributes and I'm doing this with the =~ operator. But the<br>
> second attribute is not evaluated but instead returned as reg expr<br>
> (exactly as stated below)<br>
><br>
><br>
><br>
> DEFAULT     *User-Name =~ "^([aA-zZ]+)-([aA-zZ]+)$", Auth-Type := Local,<br>
</div>> User-Password == "csetestp"*<br>
<br>
  Don't set Auth-Type := LOCAL.  Delete that.<br>
<br>
  Use "Cleartext-Password := ...", not "User-Password == ..."<br>
<div class="im"><br>
> What is the significance of this 'DEFAULT' keyword in the 'users' file?<br>
<br>
</div>$ man users<br>
<br>
  This is documented.<br>
<font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></blockquote></div><br></div>