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:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user