From: Ralf S. Engelschall Date: Sat, 12 Sep 1998 11:26:02 +0000 (+0000) Subject: Fix mod_auth_*.html documents: NSCA -> NCSA X-Git-Tag: 1.3.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4de41204c8e6c0e6fbc8a91cd046387e1aa862b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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