1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

there is some confusion with "yes" and "no" and "on" and "off"... ;-)

Submitted by: Andre Malo <nd@perlig.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wilfredo Sanchez
2002-12-08 21:16:05 +00:00
parent 4273951026
commit c4eb2f83d4
6 changed files with 11 additions and 11 deletions

View File

@@ -155,7 +155,7 @@ static const command_rec auth_basic_cmds[] =
AP_INIT_FLAG("AuthBasicAuthoritative", ap_set_flag_slot,
(void *)APR_OFFSETOF(auth_basic_config_rec, authoritative),
OR_AUTHCFG,
"Set to 'no' to allow access control to be passed along to "
"Set to 'Off' to allow access control to be passed along to "
"lower modules if the UserID is not known to this module"),
{NULL}
};