From: Rich Bowen Date: Fri, 24 Apr 2026 15:23:32 +0000 (+0000) Subject: Remove references to the Novell SDK, which no longer exists X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a90ed67e8711e1def749e446aecf46c60b046da1;p=thirdparty%2Fapache%2Fhttpd.git Remove references to the Novell SDK, which no longer exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 1089ce34dc..668eb9a444 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -44,9 +44,7 @@ by other LDAP modules

SSL/TLS support is dependent on which LDAP toolkit has been linked to APR. As of this writing, APR-util supports: OpenLDAP SDK (2.x or later), - Novell LDAP - SDK, - Mozilla LDAP SDK, native Solaris LDAP SDK (Mozilla based) or the + Mozilla LDAP SDK, native Solaris LDAP SDK (Mozilla based) or the native Microsoft LDAP SDK. See the APR website for details.

@@ -303,38 +301,6 @@ LDAPTrustedGlobalCert CA_SECMOD /certs/secmod -
Novell SDK - -

One or more CA certificates must be specified for the Novell - SDK to work correctly. These certificates can be specified as - binary DER or Base64 (PEM) encoded files.

- -

Note: Client certificates are specified globally rather than per - connection, and so must be specified with the LDAPTrustedGlobalCert - directive as below. Trying to set client certificates via the - LDAPTrustedClientCert - directive will cause an error to be logged - when an attempt is made to connect to the LDAP server.

- -

The SDK supports both SSL and STARTTLS, set using the - LDAPTrustedMode parameter. - If an ldaps:// URL is specified, - SSL mode is forced, override this directive.

- - -# Specify two CA certificate files -LDAPTrustedGlobalCert CA_DER /certs/cacert1.der -LDAPTrustedGlobalCert CA_BASE64 /certs/cacert2.pem -# Specify a client certificate file and key -LDAPTrustedGlobalCert CERT_BASE64 /certs/cert1.pem -LDAPTrustedGlobalCert KEY_BASE64 /certs/key1.pem [password] -# Do not use this directive, as it will throw an error -#LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem - - -
-
OpenLDAP SDK

One or more CA certificates must be specified for the OpenLDAP @@ -615,10 +581,10 @@ Certificate Authority or global client certificates

  • CERT_BASE64 - PEM encoded client certificate
  • CERT_KEY3_DB - Netscape key3.db client certificate database file
  • CERT_NICKNAME - Client certificate "nickname" (Netscape SDK)
  • -
  • CERT_PFX - PKCS#12 encoded client certificate (Novell SDK)
  • +
  • CERT_PFX - PKCS#12 encoded client certificate
  • KEY_DER - binary DER encoded private key
  • KEY_BASE64 - PEM encoded private key
  • -
  • KEY_PFX - PKCS#12 encoded private key (Novell SDK)
  • +
  • KEY_PFX - PKCS#12 encoded private key