Module: sip-router
Branch: master
Commit: c3a511688537893b31907b6d6d0c12603404d146
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3a5116…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Fri Jul 2 19:42:18 2010 +0300
modules_k/auth_radius: fixed header name in README
---
modules_k/auth_radius/README | 10 +++++-----
modules_k/auth_radius/doc/auth_radius.xml | 2 +-
modules_k/auth_radius/doc/auth_radius_admin.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/modules_k/auth_radius/README b/modules_k/auth_radius/README
index 4bf7334..6431c80 100644
--- a/modules_k/auth_radius/README
+++ b/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
diff --git a/modules_k/auth_radius/doc/auth_radius.xml
b/modules_k/auth_radius/doc/auth_radius.xml
index b218e91..13886d7 100644
--- a/modules_k/auth_radius/doc/auth_radius.xml
+++ b/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>
diff --git a/modules_k/auth_radius/doc/auth_radius_admin.xml
b/modules_k/auth_radius/doc/auth_radius_admin.xml
index 466f72c..0411555 100644
--- a/modules_k/auth_radius/doc/auth_radius_admin.xml
+++ b/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.