From b4de41204c8e6c0e6fbc8a91cd046387e1aa862b Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 12 Sep 1998 11:26:02 +0000 Subject: [PATCH] Fix mod_auth_*.html documents: NSCA -> NCSA Submitted by: Youichirou Koga PR: 2991 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82035 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth.html | 2 +- docs/manual/mod/mod_auth_db.html | 2 +- docs/manual/mod/mod_auth_dbm.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html index 0d1fb8184dd..e81babc5e12 100644 --- a/docs/manual/mod/mod_auth.html +++ b/docs/manual/mod/mod_auth.html @@ -176,7 +176,7 @@ well protected AuthUserFile. >Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not -setting it thus keeps the system secure; and forces an NSCA compliant +setting it thus keeps the system secure; and forces an NCSA compliant behaviour.

diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html index 707e4586b91..c325e65a51f 100644 --- a/docs/manual/mod/mod_auth_db.html +++ b/docs/manual/mod/mod_auth_db.html @@ -201,7 +201,7 @@ a lower level with a well protected .htpasswd file.

>Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not -setting it thus keeps the system secure; and forces an NSCA compliant +setting it thus keeps the system secure; and forces an NCSA compliant behaviour.

Security: Do consider the implications of allowing a user to allow fall-through in his .htaccess file; and verify that this is really diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html index cf194ce149d..d518605175d 100644 --- a/docs/manual/mod/mod_auth_dbm.html +++ b/docs/manual/mod/mod_auth_dbm.html @@ -190,7 +190,7 @@ a lower level with a well protected .htpasswd file.

REL="Help" >Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not -setting it thus keeps the system secure; and forces an NSCA compliant +setting it thus keeps the system secure; and forces an NCSA compliant behaviour.

Security: Do consider the implications of allowing a user to allow -- 2.47.3