<br><br><div><span class="gmail_quote">On 8/28/06, <b class="gmail_sendername">Alan DeKok</b> <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
"Ami Schieber" <<a href="mailto:ami.schieber@gmail.com">ami.schieber@gmail.com</a>> wrote:<br>> I'm still unable to see a match to the Group entry when I run radiusd -X but<br>> only to the user and to DEFAULT entries :
<br>><br>> users: Matched entry Ami at line 1<br>> users: Matched entry DEFAULT at line 20<br><br> You're not trying to match the group name. See "man users"</blockquote><div><br>
<br>
"man users" doesn't show me anything I find related to users file of FreeRadius :<br>
<span style="color: rgb(51, 204, 255);">NAME</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> users - print the user names of users currently logged in to the current host</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">SYNOPSIS</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> users [OPTION]... [ FILE ]</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">DESCRIPTION</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">
Output who is currently logged in
according to FILE. If FILE is
not specified, use</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> /var/run/utmp. /var/log/wtmp as FILE is common.</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> --help display this help and exit</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> --version</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> output version information and exit</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">AUTHOR</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> Written by Joseph Arceneaux and David MacKenzie.</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">REPORTING BUGS</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> Report bugs to <<a href="mailto:bug-coreutils@gnu.org">bug-coreutils@gnu.org</a>>.</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">COPYRIGHT</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> Copyright © 2004 Free Software Foundation, Inc.</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">
This is free software; see the source for copying conditions.
There is NO warranty; not even</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">SEE ALSO</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);">
The full documentation for users is maintained as a Texinfo
manual. If the info and users pro-</span><br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> grams are properly installed at your site, the command</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> info coreutils users</span><br style="color: rgb(51, 204, 255);">
<br style="color: rgb(51, 204, 255);">
<span style="color: rgb(51, 204, 255);"> should give you access to the complete manual.</span><br style="color: rgb(51, 204, 255);">
<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> FIGrp Auth-Type := Local, MyGroup-Name := FIGrp<br>>
Reply-Message = "Hello from Group FIGrp, %u"<br><br> ':=' is not a comparison operator. Read the "man" page.</blockquote><div><br>
<br>
I've changed the ':=' operator to '==' , so my file looks like :<br>
<br>
FIGrp Auth-Type := Local, MyGroup-Name == FIGrp<br>
Reply-Message = "Hello from Group, %u"<br>
<br>
Is my comparison correct ? Am I right to try and match the attribute
name (MyGroup-Name) with the actual group name (FIGrp) ? Should it be
in the users file ?<br>
<br>
Thanks,<br>
<br>
Ami<br>
<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Alan DeKok.<br>--<br> <a href="http://deployingradius.com">http://deployingradius.com
</a> - The web site of the book<br> <a href="http://deployingradius.com/blog/">http://deployingradius.com/blog/</a> - The blog<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">
http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>