[EMAIL PROTECTED] wrote: > in doc/rlm_passwd we read: > > If the request contains a User-Name attribute with value 'vlad', and > the passwd file (/etc/group) contains following record: > wheel:*:0:root,vlad,test Group-Name attribute will be added to > configuration items list with value of "wheel". > > where and how I can use configuration items in users file?
You shouldn't use Group-Name, as that attribute is already used for Unix groups. Over-loading it with two different meanings will make it NOT work. Pick another name: My-Group, or something like that. If necessary, add that attribute to the dictionary. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
