29 Oct
2006
29 Oct
'06
3:33 a.m.
Hi all Is it possible to send Vendor Specific Attributes through an rlm module? I use the following method to send standard attributes through an rlm module: (As suggested by the template itself) * *reply = pairmake ("User-Name", "root", T_OP_EQ); pairadd (&request->reply->vps, reply); request->reply->code = PW_USER_NAME; DEBUG ("rlm_cmod: Sending User-Name"); What specific code should I use when for example I want to send h323-credit-amount attribute to a NAS? Best Regards Ali