summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>2013-05-23 13:32:34 (GMT)
committerJeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>2013-05-23 13:32:34 (GMT)
commit9db15b31e539c3119ae71d9f091e7069d1d0a67a (patch)
treefb03abb2063cbf93ec43264f502e7c3890b1a637
parent24294f01c607d2eb6fc8a635a981299fc9970da2 (diff)
downloadkolab-scripts-9db15b31e539c3119ae71d9f091e7069d1d0a67a.tar.gz
Use ${hosted_domain} instead of statically configured "demo.kolab.org"
-rwxr-xr-xhosted-kolab/04-add-kolab-hosting-section.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-kolab/04-add-kolab-hosting-section.sh b/hosted-kolab/04-add-kolab-hosting-section.sh
index 9a6ac27..13fbbc6 100755
--- a/hosted-kolab/04-add-kolab-hosting-section.sh
+++ b/hosted-kolab/04-add-kolab-hosting-section.sh
@@ -5,7 +5,7 @@
(
echo ""
echo "[kolab_hosting]"
- echo "primary_domain = demo.kolab.org"
+ echo "primary_domain = ${hosted_domain}"
echo "bind_dn = uid=hosted-kolab-service,ou=Special Users,${rootdn}"
echo "bind_pw = ${hosted_kolab_service_pw}"
echo ""