<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 10:27 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: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
  Because the huntgroup checks match *request* attributes.<br>
<br>
  Update the "passwd" module to add the group name as a request attribute.<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>Thanks for the direction.  I changed the line from <br><br>format = "=My-Group-Name:*,User-Name"<br><br>to<br><br>format = "~My-Group-Name:*,User-Name"<br><br>to make it a request attribute and all is well.<br>