Pārlūkot izejas kodu

modules_k/auth_radius: fixed header name in README

Juha Heinanen 15 gadi atpakaļ
vecāks
revīzija
c3a5116885

+ 5 - 5
modules_k/auth_radius/README

@@ -26,7 +26,7 @@ Jan Janak
 
    Copyright © 2005 voice-system.ro
 
-   Copyright © 2008 Juha Heinanen
+   Copyright © 2008-2010 Juha Heinanen
    Revision History
    Revision $Revision$ $Date$
      __________________________________________________________________
@@ -272,10 +272,10 @@ modparam("auth_radius", "use_ruri_flag", 22)
    used by some other functions).
 
    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
    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>
 	</copyright>
 	<copyright>
-		<year>2008</year>
+		<year>2008-2010</year>
 		<holder>Juha Heinanen</holder>
 	</copyright>
 	<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>If the function was unable to  
 		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
 	then respond with 407 that includes this header, which will
 	challenge the user again.