PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) Fix missing spaces in messages
- trunk patch: http://svn.apache.org/r1546860
- 2.4.x patch: svn merge -c 1546860 ^/httpd/httpd/trunk .
- Merge of server/protocol.c fails but it is not an issue. The
- corresponding message has been updated and already backported
- in 2.4.x in r1772678.
- +1: jailletc36, minfrin, jim
-
*) Easy patches: synch 2.4.x and trunk
- mod_sed: Style only
- mod_auth_basic: Clarify a log message + style
AP_INIT_FLAG("AuthLDAPGroupAttributeIsDN", ap_set_flag_slot,
(void *)APR_OFFSETOF(authn_ldap_config_t, group_attrib_is_dn), OR_AUTHCFG,
- "If set to 'on', auth_ldap uses the DN that is retrieved from the server for"
- "subsequent group comparisons. If set to 'off', auth_ldap uses the string"
+ "If set to 'on', auth_ldap uses the DN that is retrieved from the server for "
+ "subsequent group comparisons. If set to 'off', auth_ldap uses the string "
"provided by the client directly. Defaults to 'on'."),
AP_INIT_TAKE1("AuthLDAPDereferenceAliases", mod_auth_ldap_set_deref, NULL, OR_AUTHCFG,
- "Determines how aliases are handled during a search. Can be one of the"
+ "Determines how aliases are handled during a search. Can be one of the "
"values \"never\", \"searching\", \"finding\", or \"always\". "
"Defaults to always."),
AP_INIT_TAKE1("AuthLDAPCharsetConfig", set_charset_config, NULL, RSRC_CONF,
- "Character set conversion configuration file. If omitted, character set"
+ "Character set conversion configuration file. If omitted, character set "
"conversion is disabled."),
AP_INIT_TAKE1("AuthLDAPAuthorizePrefix", ap_set_string_slot,
AP_INIT_FLAG("AuthLDAPSearchAsUser", ap_set_flag_slot,
(void *)APR_OFFSETOF(authn_ldap_config_t, search_as_user), OR_AUTHCFG,
- "Set to 'on' to perform authorization-based searches with the users credentials, when this module"
- " has also performed authentication. Does not affect nested groups lookup."),
+ "Set to 'on' to perform authorization-based searches with the users credentials, when this module "
+ "has also performed authentication. Does not affect nested groups lookup."),
AP_INIT_FLAG("AuthLDAPCompareAsUser", ap_set_flag_slot,
(void *)APR_OFFSETOF(authn_ldap_config_t, compare_as_user), OR_AUTHCFG,
- "Set to 'on' to perform authorization-based compares with the users credentials, when this module"
- " has also performed authentication. Does not affect nested groups lookups."),
+ "Set to 'on' to perform authorization-based compares with the users credentials, when this module "
+ "has also performed authentication. Does not affect nested groups lookups."),
{NULL}
};