Alan,<br>
<br>
Thanks for the pointers. All examples discuss unix groups and I need to avoid using those.<br>
Can I create a file with several definitions like :<br>
<br>
Finance = userA,userB,userC<br>
Engineering = diffuserA,diffuserB,diffuserC<br>
<br>
and somewhere else have another definition like:<br>
<br>
Finance:<br>
    Reply-Message = "Hello Finance user %u"<br>
<br>
Engineering:<br>
    Reply-Message = "Hello Engineering user %u" <br>
<br>
and in users file, have<br>
<br>
userA          
Auth-Type := Local, User-Password == "A123", Group == "Finance"<br>
userB           Auth-Type := Local, User-Password == "B123", Group == "Finance"<br>
userC          Auth-Type := Local, User-Password == "C123", Group == "Finance"<br>
<br>
diffuserA          
Auth-Type := Local, User-Password == "A456", Group == "Engineering"<br>
diffuserA          
Auth-Type := Local, User-Password == "B456", Group == "Engineering"<br>
diffuserA          
Auth-Type := Local, User-Password == "C456", Group == "Engineering"<br>
<br><br>
I'd appericiate some help with achieving this.<br>
<br>
Thanks,<br>
<br>
Ami<br>
<br>
<br><div><span class="gmail_quote">On 8/23/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've seen several Q&A about local groups of users but they all refer to<br>> system groups (i.e. - /etc/group configuration).
<br>> I'd like to have a Group definition that will include attributes that are<br>> common to all users that belong in this group.<br><br>  See the FAQ, and "man rlm_passwd", which describes exactly this.
<br><br>  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>