mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
The ordering of arguments in the directive desctiptions of LDAPTrustedGlobalCert
and LDAPTrustedClientCert were backwards. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2678,23 +2678,25 @@ static const command_rec util_ldap_cmds[] = {
|
|||||||
|
|
||||||
AP_INIT_TAKE23("LDAPTrustedGlobalCert", util_ldap_set_trusted_global_cert,
|
AP_INIT_TAKE23("LDAPTrustedGlobalCert", util_ldap_set_trusted_global_cert,
|
||||||
NULL, RSRC_CONF,
|
NULL, RSRC_CONF,
|
||||||
"Takes three args; the file and/or directory containing "
|
"Takes three arguments; the first argument is the cert "
|
||||||
"the trusted CA certificates (and global client certs "
|
"type of the second argument, one of CA_DER, CA_BASE64, "
|
||||||
"for Netware) used to validate the LDAP server. Second "
|
"CA_CERT7_DB, CA_SECMOD, CERT_DER, CERT_BASE64, CERT_KEY3_DB, "
|
||||||
"arg is the cert type for the first arg, one of CA_DER, "
|
"CERT_NICKNAME, KEY_DER, or KEY_BASE64. The second argument "
|
||||||
"CA_BASE64, CA_CERT7_DB, CA_SECMOD, CERT_DER, CERT_BASE64, "
|
"specifes the file and/or directory containing the trusted CA "
|
||||||
"CERT_KEY3_DB, CERT_NICKNAME, KEY_DER, or KEY_BASE64. "
|
"certificates (and global client certs for Netware) used to "
|
||||||
"Third arg is an optional passphrase if applicable."),
|
"validate the LDAP server. The third argument is an optional "
|
||||||
|
"passphrase if applicable."),
|
||||||
|
|
||||||
AP_INIT_TAKE23("LDAPTrustedClientCert", util_ldap_set_trusted_client_cert,
|
AP_INIT_TAKE23("LDAPTrustedClientCert", util_ldap_set_trusted_client_cert,
|
||||||
NULL, RSRC_CONF,
|
NULL, RSRC_CONF,
|
||||||
"Takes three args; the file and/or directory containing "
|
"Takes three arguments: the first argument is the certificate "
|
||||||
"the client certificate, or certificate ID used to "
|
"type of the second argument, one of CA_DER, CA_BASE64, "
|
||||||
"validate this LDAP client. Second arg is the cert type "
|
"CA_CERT7_DB, CA_SECMOD, CERT_DER, CERT_BASE64, CERT_KEY3_DB, "
|
||||||
"for the first arg, one of CA_DER, CA_BASE64, CA_CERT7_DB, "
|
"CERT_NICKNAME, KEY_DER, or KEY_BASE64. The second argument "
|
||||||
"CA_SECMOD, CERT_DER, CERT_BASE64, CERT_KEY3_DB, "
|
"specifies the file and/or directory containing the client "
|
||||||
"CERT_NICKNAME, KEY_DER, or KEY_BASE64. Third arg is an "
|
"certificate, or certificate ID used to validate this LDAP "
|
||||||
"optional passphrase if applicable."),
|
"client. The third argument is an optional passphrase if "
|
||||||
|
"applicable."),
|
||||||
|
|
||||||
AP_INIT_TAKE1("LDAPTrustedMode", util_ldap_set_trusted_mode,
|
AP_INIT_TAKE1("LDAPTrustedMode", util_ldap_set_trusted_mode,
|
||||||
NULL, RSRC_CONF,
|
NULL, RSRC_CONF,
|
||||||
|
Reference in New Issue
Block a user