Sándor Szabó wrote: > I'd like to use authentication and accounting with an external PHP > script. I think the radius server is configured well. The radius > server send the request to the script, I can read it through the > $_ENV variable, but there is the problem. In the request I have more > than one 'Digest-Attributes' fields and in the $_ENV variable I see > only the last one, because in the array the 'DIGEST_ATTRIBUTES' key's > values overwrite each other. > > How can solve this?
Use the Perl module. 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

