Re: Question about freeradius and Cisco VoIP router
"Ali Majdzadeh" <[EMAIL PROTECTED]> wrote: > I am writing a C program as an external program for freeradius to handle > authentication requests recieved from a Cisco VoIP router. > How can I pack attribute-value pairs and send them to the router? scripts/exec-program-wait Just print the attributes to stdout. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Question about freeradius and Cisco VoIP router
Hello AllI am writing a C program as an external program for freeradius to handle authentication requests recieved from a Cisco VoIP router.How can I pack attribute-value pairs and send them to the router? I can determine the attribute-value pairs transmitted by the router through environment variables, but I don't know how to send the attribute-value pairs which the router expects to recieve. Best RegardsAli - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html