diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-02-18 11:44:12 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-02-18 11:44:12 (GMT) |
commit | 3c79b5ae1b41812b7f52fff2460f34120c24cade (patch) | |
tree | e7714fa09384aa6ed60beb1c18e19c5563f7852d | |
parent | 0d6f6075997592f2eec9598858db71281bc6174c (diff) | |
download | kolab-conf-3c79b5ae1b41812b7f52fff2460f34120c24cade.tar.gz |
kolab/issue3407 (kolab_bootstrap: improve message about importing the CA certificate)
Additionally copy the generated CA certificate to the location specified by
kolab_cafile to kolab.globals (world readable and with a file name for easy
import by web browsers)
-rw-r--r-- | conf/kolab.globals.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/kolab.globals.in b/conf/kolab.globals.in index 96c5376..6a93b58 100644 --- a/conf/kolab.globals.in +++ b/conf/kolab.globals.in @@ -40,6 +40,7 @@ kolab_quotawarning: @kolab_quotawarning@ hashmethod: @sbindir@/slappasswd -s templatedir: @sysconfdir@/kolab/templates kolabdir: @sysconfdir@/kolab/ +kolab_cafile: @sysconfdir@/kolab/kolabserver-ca.crt postmapping: @sbindir@/postmap -o @emailserver_confdir@ KOLABRC: @KOLABRC@ bindir: @bindir@ |