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}
};
(void *)APR_OFFSETOF(authn_default_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. "
- "(default is yes)."),
+ "(default is On)."),
{NULL}
};
OR_AUTHCFG, "what type of DBM file the group file is"),
AP_INIT_FLAG("AuthzDBMAuthoritative", ap_set_flag_slot,
(void *)APR_OFFSETOF(authz_dbm_config_rec, authoritative),
- OR_AUTHCFG, "Set to 'no' to allow access control to be passed along to "
+ OR_AUTHCFG, "Set to 'Off' to allow access control to be passed along to "
"lower modules, if the group required is not found or empty, or the user "
- " is not in the required groups. (default is yes.)"),
+ " is not in the required groups. (default is On.)"),
{NULL}
};
AP_INIT_FLAG("AccessAuthoritative", ap_set_flag_slot,
(void *)APR_OFFSETOF(authz_default_config_rec, authoritative),
OR_AUTHCFG,
- "Set to 'no' to allow access control to be passed along to "
- "lower modules. (default is yes.)"),
+ "Set to 'Off' to allow access control to be passed along to "
+ "lower modules. (default is On.)"),
{NULL}
};
(void *)APR_OFFSETOF(authz_groupfile_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 'require group' fails. (default is "
- "no)."),
+ "On)."),
{NULL}
};
AP_INIT_FLAG("AuthzUserAuthoritative", ap_set_flag_slot,
(void *)APR_OFFSETOF(authz_user_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 'require user' or 'require valid-user' "
- "statement is not met. (default: yes)."),
+ "statement is not met. (default: On)."),
{NULL}
};