format code listings

This commit is contained in:
Roland Gruber 2012-01-14 14:33:48 +00:00
parent 012ab8fbed
commit 6359dba03b
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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;
}