<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>LDAP with SSL and TLS</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="LDAP Account Manager - Manual"><link rel="up" href="apb.html" title="AppendixB.Security"><link rel="prev" href="apbs02.html" title="Use of SSL"><link rel="next" href="apbs04.html" title="Chrooted servers"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">LDAP with SSL and TLS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs02.html">Prev</a></td><th width="60%" align="center">AppendixB.Security</th><td width="20%" align="right"><a accesskey="n" href="apbs04.html">Next</a></td></tr></table><hr></div><div class="section" title="LDAP with SSL and TLS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp6134960"></a>LDAP with SSL and TLS</h2></div></div></div><p>SSL will be used if you use ldaps://servername in your
configuration profile. TLS can be activated with the "Activate TLS"
option.</p><p>You will need to setup ldap.conf to trust your server certificate.
Some installations use /etc/ldap.conf and some use /etc/ldap/ldap.conf.
It is a good idea to symlink /etc/ldap.conf to /etc/ldap/ldap.conf.
Specify the server CA certificate with the following option:</p><pre class="programlisting">TLS_CACERT /etc/ldap/ca/myCA/cacert.pem</pre><p>This needs to be the public part of the signing certificate
authority. See "man ldap.conf" for additional options.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apbs02.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="apb.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="apbs04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Use of SSL</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Chrooted servers</td></tr></table></div></body></html>
|