On Wed, Nov 10, 2010 at 10:27 AM, Alan DeKok <aland@deployingradius.com> wrote:


 Because the huntgroup checks match *request* attributes.

 Update the "passwd" module to add the group name as a request attribute.

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

Thanks for the direction.  I changed the line from

format = "=My-Group-Name:*,User-Name"

to

format = "~My-Group-Name:*,User-Name"

to make it a request attribute and all is well.