Hello All 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? 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 Regards Ali
"Ali Majdzadeh" <ali.majdzadeh@gmail.com> 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
participants (2)
-
Alan DeKok -
Ali Majdzadeh