diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-23 13:32:34 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-23 13:32:34 (GMT) |
commit | 9db15b31e539c3119ae71d9f091e7069d1d0a67a (patch) | |
tree | fb03abb2063cbf93ec43264f502e7c3890b1a637 | |
parent | 24294f01c607d2eb6fc8a635a981299fc9970da2 (diff) | |
download | kolab-scripts-9db15b31e539c3119ae71d9f091e7069d1d0a67a.tar.gz |
Use ${hosted_domain} instead of statically configured "demo.kolab.org"
-rwxr-xr-x | hosted-kolab/04-add-kolab-hosting-section.sh | 2 |
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 "" |