From 6a3a249bd67e4d1ef920693a3cf299fcae236599 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 20 Nov 2015 11:21:38 -0500 Subject: [PATCH] (fix) domain in doc --- Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc index 3ad0aef2b..7d767ccfc 100644 --- a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc +++ b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc @@ -388,7 +388,7 @@ Run the following commands as root:  ---- samba-tool domain provision --realm=example.com \ - --domain=OPENCHANGE \ + --domain=EXAMPLE \ --adminpass='%1OpenChange' \ --server-role='domain controller'