7 Jan
2009
7 Jan
'09
5:35 a.m.
Luciano Afranllie wrote:
Now, I have an stupid question. When I do digest authentication with this config, digest module set Auth-Type = Digest but I am overriding it with Auth-Type = Accept in perl module. How do I set Auth-Type in perl only if it is not already set? What is the value for a not-set attribute in perl?
The "Auth-Type" attribute is in the RAD_CHECK hash. Just look for it using normal Perl code. Alan DeKok