]> granicus.if.org Git - apache/commitdiff
Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. The curre...
authorPaul Querna <pquerna@apache.org>
Tue, 22 Mar 2005 21:35:02 +0000 (21:35 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 22 Mar 2005 21:35:02 +0000 (21:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158678 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 18fd26abd528f4535e5dfd511ddcfb64fafa3e8c..148e4e81deea0215ebbaee37f0859feddf40da99 100644 (file)
@@ -1914,7 +1914,7 @@ command_rec util_ldap_cmds[] = {
                   "  KEY_DER       - Client cert key file in DER format "
                   "  KEY_BASE64    - Client cert key file in Base64 format "),
 
-    AP_INIT_TAKE23("LDAPTrustedClientCert", util_ldap_set_trusted_client_cert, NULL, OR_ALL,
+    AP_INIT_TAKE23("LDAPTrustedClientCert", util_ldap_set_trusted_client_cert, NULL, RSRC_CONF,
                   "Specifies a file containing a client certificate or private "
                   "key, or the ID of the certificate to usethe type of the Certificate Authority file.  "
                  "The following types are supported:  "
@@ -1929,7 +1929,7 @@ command_rec util_ldap_cmds[] = {
                  "  KEY_DER       - Client cert key file in DER format "
                  "  KEY_BASE64    - Client cert key file in Base64 format "),
 
-    AP_INIT_TAKE1("LDAPTrustedMode", util_ldap_set_trusted_mode, NULL, OR_ALL,
+    AP_INIT_TAKE1("LDAPTrustedMode", util_ldap_set_trusted_mode, NULL, RSRC_CONF,
                   "Specifies the type of security that should be applied to "
                   "an LDAP connection. The types supported are: "
                   "   NONE - no encryption enabled "