summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2016-09-22 17:37:25 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-23 15:04:53 +0200
commit07ff1f619c001181563886b5a0b5f1886b6638a1 (patch)
tree4cf4c20d38ef29b749321cd766b7bfd905104355 /client
parentff490b6c403f9fe14fcc2d1558c43dae5b80f493 (diff)
downloadfreeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.tar.gz
freeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.tar.xz
freeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.zip
Update man/help for --server option
The --server option now specifically mentions that it expects the FQDN of the IPA server. https://fedorahosted.org/freeipa/ticket/6202 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'client')
-rwxr-xr-xclient/ipa-client-automount2
-rwxr-xr-xclient/ipa-client-install2
-rw-r--r--client/man/ipa-client-automount.12
-rw-r--r--client/man/ipa-client-install.12
4 files changed, 4 insertions, 4 deletions
diff --git a/client/ipa-client-automount b/client/ipa-client-automount
index 08209c849..b444d3ea5 100755
--- a/client/ipa-client-automount
+++ b/client/ipa-client-automount
@@ -49,7 +49,7 @@ from ipaplatform.paths import paths
def parse_options():
usage = "%prog [options]\n"
parser = OptionParser(usage=usage)
- parser.add_option("--server", dest="server", help="IPA server")
+ parser.add_option("--server", dest="server", help="FQDN of IPA server")
parser.add_option("--location", dest="location", help="Automount location",
default="default")
parser.add_option("-S", "--no-sssd", dest="sssd",
diff --git a/client/ipa-client-install b/client/ipa-client-install
index 3d7e31dc4..3614af871 100755
--- a/client/ipa-client-install
+++ b/client/ipa-client-install
@@ -116,7 +116,7 @@ def parse_options():
basic_group = OptionGroup(parser, "basic options")
basic_group.add_option("--domain", dest="domain", help="domain name")
- basic_group.add_option("--server", dest="server", help="IPA server", action="append")
+ basic_group.add_option("--server", dest="server", help="FQDN of IPA server", action="append")
basic_group.add_option("--realm", dest="realm_name", help="realm name")
basic_group.add_option("--fixed-primary", dest="primary", action="store_true",
default=False, help="Configure sssd to use fixed server as primary IPA server")
diff --git a/client/man/ipa-client-automount.1 b/client/man/ipa-client-automount.1
index 5b60503f1..8b9989dec 100644
--- a/client/man/ipa-client-automount.1
+++ b/client/man/ipa-client-automount.1
@@ -49,7 +49,7 @@ The nsswitch automount service is configured to use either sss or ldap and files
NFSv4 is also configured. The rpc.gssd and rpc.idmapd are started on clients to support Kerberos\-secured mounts.
.SH "OPTIONS"
\fB\-\-server\fR=\fISERVER\fR
-Set the IPA server to connect to
+Set the FQDN of the IPA server to connect to
.TP
\fB\-\-location\fR=\fILOCATION\fR
Automount location
diff --git a/client/man/ipa-client-install.1 b/client/man/ipa-client-install.1
index 26c940721..9ae0b8bc4 100644
--- a/client/man/ipa-client-install.1
+++ b/client/man/ipa-client-install.1
@@ -87,7 +87,7 @@ Consequences of the re\-enrollment on the host entry:
Set the domain name to DOMAIN. When no \-\-server option is specified, the installer will try to discover all available servers via DNS SRV record autodiscovery (see DNS Autodiscovery section for details).
.TP
\fB\-\-server\fR=\fISERVER\fR
-Set the IPA server to connect to. May be specified multiple times to add multiple servers to ipa_server value in sssd.conf or krb5.conf. Only the first value is considered when used with \-\-no\-sssd. When this option is used, DNS autodiscovery for Kerberos is disabled and a fixed list of KDC and Admin servers is configured.
+Set the FQDN of the IPA server to connect to. May be specified multiple times to add multiple servers to ipa_server value in sssd.conf or krb5.conf. Only the first value is considered when used with \-\-no\-sssd. When this option is used, DNS autodiscovery for Kerberos is disabled and a fixed list of KDC and Admin servers is configured.
.TP
\fB\-\-realm\fR=\fIREALM_NAME\fR
Set the IPA realm name to REALM_NAME. Under normal circumstances, this option is not needed as the realm name is retrieved from the IPA server.