Răsfoiți Sursa

modules_k/auth_radius: fixed header name in README

Juha Heinanen 15 ani în urmă
părinte
comite
c3a5116885

+ 5 - 5
modules_k/auth_radius/README

@@ -26,7 +26,7 @@ Jan Janak
 
 
    Copyright © 2005 voice-system.ro
    Copyright © 2005 voice-system.ro
 
 
-   Copyright © 2008 Juha Heinanen
+   Copyright © 2008-2010 Juha Heinanen
    Revision History
    Revision History
    Revision $Revision$ $Date$
    Revision $Revision$ $Date$
      __________________________________________________________________
      __________________________________________________________________
@@ -272,10 +272,10 @@ modparam("auth_radius", "use_ruri_flag", 22)
    used by some other functions).
    used by some other functions).
 
 
    If the function was unable to verify the credentials for some reason,
    If the function was unable to verify the credentials for some reason,
-   it fails and assigns a WWW-Authorize header containing a new challenge
-   to digest_challenge AVP. The script should then respond with 407 that
-   includes this header, which will challenge the user again. For more
-   about the negative return codes, see the above function.
+   it fails and assigns a Proxy-Authorize header containing a new
+   challenge to digest_challenge AVP. The script should then respond with
+   407 that includes this header, which will challenge the user again. For
+   more about the negative return codes, see the above function.
 
 
    This function will, in fact, perform sanity checks over the received
    This function will, in fact, perform sanity checks over the received
    credentials and then pass them along to the radius server which will
    credentials and then pass them along to the radius server which will

+ 1 - 1
modules_k/auth_radius/doc/auth_radius.xml

@@ -49,7 +49,7 @@
 		<holder>&voicesystem;</holder>
 		<holder>&voicesystem;</holder>
 	</copyright>
 	</copyright>
 	<copyright>
 	<copyright>
-		<year>2008</year>
+		<year>2008-2010</year>
 		<holder>Juha Heinanen</holder>
 		<holder>Juha Heinanen</holder>
 	</copyright>
 	</copyright>
 	<para></para>
 	<para></para>

+ 1 - 1
modules_k/auth_radius/doc/auth_radius_admin.xml

@@ -294,7 +294,7 @@ modparam("auth_radius", "use_ruri_flag", 22)
 		</para>
 		</para>
 		<para>If the function was unable to  
 		<para>If the function was unable to  
 		verify the credentials for some reason, it fails and
 		verify the credentials for some reason, it fails and
-		assigns a WWW-Authorize header containing a new
+		assigns a Proxy-Authorize header containing a new
 	challenge to digest_challenge AVP.  The script should
 	challenge to digest_challenge AVP.  The script should
 	then respond with 407 that includes this header, which will
 	then respond with 407 that includes this header, which will
 	challenge the user again.
 	challenge the user again.