From 6359dba03bd717aed654f05b6607366287bd4560 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 14 Jan 2012 14:33:48 +0000 Subject: [PATCH] format code listings --- lam/docs/manual-sources/howto.xml | 2 +- lam/docs/manual-sources/style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 9a8dd449..e7bbcd9c 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -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: - TLS_CACERT /etc/ldap/ca/myCA/cacert.pem + TLS_CACERT /etc/ldap/ca/myCA/cacert.pem This needs to be the public part of the signing certificate authority. See "man ldap.conf" for additional options. diff --git a/lam/docs/manual-sources/style.css b/lam/docs/manual-sources/style.css index d99400a1..40de6b3f 100755 --- a/lam/docs/manual-sources/style.css +++ b/lam/docs/manual-sources/style.css @@ -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; +} + +