format code listings
This commit is contained in:
parent
012ab8fbed
commit
6359dba03b
|
@ -4585,7 +4585,7 @@ Run slapindex to rebuild the index.
|
|||
It is a good idea to symlink /etc/ldap.conf to /etc/ldap/ldap.conf.
|
||||
Specify the server CA certificate with the following option:</para>
|
||||
|
||||
<para>TLS_CACERT /etc/ldap/ca/myCA/cacert.pem</para>
|
||||
<programlisting>TLS_CACERT /etc/ldap/ca/myCA/cacert.pem</programlisting>
|
||||
|
||||
<para>This needs to be the public part of the signing certificate
|
||||
authority. See "man ldap.conf" for additional options.</para>
|
||||
|
|
|
@ -98,3 +98,12 @@ div.noborder table {
|
|||
border-color:transparent;
|
||||
}
|
||||
|
||||
pre.programlisting {
|
||||
border-style:solid;
|
||||
border-color:#696a65;
|
||||
border-width:1px;
|
||||
border-radius:4px;
|
||||
background-color:#f3f2f1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue