diff options
author | Tomas Babej <tbabej@redhat.com> | 2013-09-18 12:56:00 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-10-03 12:02:44 +0200 |
commit | bae291def780c81144c8f4d71ced5007e1ee3867 (patch) | |
tree | f6198a44c518552f95b32e48354f21b7447341a3 /install/tools/man/ipa-server-install.1 | |
parent | 8ebb76177dbe675b281a4c06fabd4d27b2dffd7c (diff) | |
download | freeipa.git-bae291def780c81144c8f4d71ced5007e1ee3867.tar.gz freeipa.git-bae291def780c81144c8f4d71ced5007e1ee3867.tar.xz freeipa.git-bae291def780c81144c8f4d71ced5007e1ee3867.zip |
Warn user about realm-domain mismatch in install scripts
If the IPA server is setup with non-matching domain and realm
names, it will not be able to estabilish trust with the Active
Directory.
Adds warnings to the ipa-server-install and warning to the
ipa-adtrust-install (which has to be confirmed).
Man pages for the ipa-server-install and ipa-adtrust-install were
updated with the relevant notes.
https://fedorahosted.org/freeipa/ticket/3924
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 5f81cec9..a093078c 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -28,7 +28,7 @@ Configures the services needed by an IPA server. This includes setting up a Kerb .SS "BASIC OPTIONS" .TP \fB\-r\fR \fIREALM_NAME\fR, \fB\-\-realm\fR=\fIREALM_NAME\fR -The Kerberos realm name for the IPA server +The Kerberos realm name for the IPA server. You will not be able to estabilish trust with Active Directory unless the realm name is uppercased domain name. .TP \fB\-n\fR \fIDOMAIN_NAME\fR, \fB\-\-domain\fR=\fIDOMAIN_NAME\fR Your DNS domain name |