Skip to content

Commit a90ed67

Browse files
committed
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
1 parent 29c2148 commit a90ed67

1 file changed

Lines changed: 3 additions & 37 deletions

File tree

docs/manual/mod/mod_ldap.xml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ by other LDAP modules</description>
4444
<p>SSL/TLS support is dependent on which LDAP toolkit has been
4545
linked to <glossary>APR</glossary>. As of this writing, APR-util supports:
4646
<a href="http://www.openldap.org/">OpenLDAP SDK</a> (2.x or later),
47-
<a href="http://developer.novell.com/ndk/cldap.htm">Novell LDAP
48-
SDK</a>, <a href="https://wiki.mozilla.org/LDAP_C_SDK">
49-
Mozilla LDAP SDK</a>, native Solaris LDAP SDK (Mozilla based) or the
47+
<a href="https://wiki.mozilla.org/LDAP_C_SDK">Mozilla LDAP SDK</a>, native Solaris LDAP SDK (Mozilla based) or the
5048
native Microsoft LDAP SDK. See the <a href="http://apr.apache.org">APR</a>
5149
website for details.</p>
5250

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

304302
</section>
305303

306-
<section id="settingcerts-novell"><title>Novell SDK</title>
307-
308-
<p>One or more CA certificates must be specified for the Novell
309-
SDK to work correctly. These certificates can be specified as
310-
binary DER or Base64 (PEM) encoded files.</p>
311-
312-
<p>Note: Client certificates are specified globally rather than per
313-
connection, and so must be specified with the <directive module="mod_ldap"
314-
>LDAPTrustedGlobalCert</directive>
315-
directive as below. Trying to set client certificates via the
316-
<directive module="mod_ldap">LDAPTrustedClientCert</directive>
317-
directive will cause an error to be logged
318-
when an attempt is made to connect to the LDAP server.</p>
319-
320-
<p>The SDK supports both SSL and STARTTLS, set using the
321-
<directive module="mod_ldap">LDAPTrustedMode</directive> parameter.
322-
If an ldaps:// URL is specified,
323-
SSL mode is forced, override this directive.</p>
324-
325-
<highlight language="config">
326-
# Specify two CA certificate files
327-
LDAPTrustedGlobalCert CA_DER /certs/cacert1.der
328-
LDAPTrustedGlobalCert CA_BASE64 /certs/cacert2.pem
329-
# Specify a client certificate file and key
330-
LDAPTrustedGlobalCert CERT_BASE64 /certs/cert1.pem
331-
LDAPTrustedGlobalCert KEY_BASE64 /certs/key1.pem [password]
332-
# Do not use this directive, as it will throw an error
333-
#LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem
334-
</highlight>
335-
336-
</section>
337-
338304
<section id="settingcerts-openldap"><title>OpenLDAP SDK</title>
339305

340306
<p>One or more CA certificates must be specified for the OpenLDAP
@@ -615,10 +581,10 @@ Certificate Authority or global client certificates</description>
615581
<li>CERT_BASE64 - PEM encoded client certificate</li>
616582
<li>CERT_KEY3_DB - Netscape key3.db client certificate database file</li>
617583
<li>CERT_NICKNAME - Client certificate "nickname" (Netscape SDK)</li>
618-
<li>CERT_PFX - PKCS#12 encoded client certificate (Novell SDK)</li>
584+
<li>CERT_PFX - PKCS#12 encoded client certificate</li>
619585
<li>KEY_DER - binary DER encoded private key</li>
620586
<li>KEY_BASE64 - PEM encoded private key</li>
621-
<li>KEY_PFX - PKCS#12 encoded private key (Novell SDK)</li>
587+
<li>KEY_PFX - PKCS#12 encoded private key</li>
622588
</ul>
623589
</usage>
624590
</directivesynopsis>

0 commit comments

Comments
 (0)