On Fri, 7 Jan 2005, Cool Man wrote: > Hi , > > My question is how can we send a certain attribute to > NAS based on some information or reply from Remote > Radius server. > > My set up looks like > > > (NAS)<-->(Local Radius)<--->(Remote Radius) > > Now if I proxy an authentication request to Remote > radius server it looks verfies the user and by looking > into a certain huntgroup attributes, it sends back > some information about the user to local radius > sever. now by viewing these attributes coming from > remote radius server local server will decide that > which VLAN is assigned to the user. > > The VLAn is managed by Local domain so we cannot > communicate the VLANs to remote radius server. > > Is this pssoble What I have described. If possible, > how? > > Any idea any suggestion will be appreciated alot. > > Thanks. > Raza. >
Check out doc/rlm_attr_filter. If you are deciding on the vlan based on a realm, then this is probably what you want. Otherwise, you may want to look at calling an external program in the post_proxy section. You could use the exec module for that. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

