From 55d2d92dcf617e468bf05cea3cd8378a855b96e7 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 11 Jun 2012 15:43:04 -0400 Subject: Add flag to ipa-client-install to managed order of ipa_server in sssd The --fixed-primary flag determine the order of the ipa_server directive. When set the IPA server discovered (or passed in via --server or via user-input) will be listed first. Otherwise _srv_ is listed first. https://fedorahosted.org/freeipa/ticket/2282 --- ipa-client/man/ipa-client-install.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ipa-client/man') diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index cf3db2e68..caf595719 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -33,7 +33,7 @@ This same tool is used to unconfigure IPA and attemps to return the machine to i .SS "HOSTNAME REQUIREMENTS" Client must use a \fBstatic hostname\fR. If the machine hostname changes for example due to a dynamic hostname assignment by a DHCP server, client enrollment to IPA server breaks and user then would not be able to perform Kerberos authentication. ---hostname option may be used to specify a static hostname that is set in machine system configuration and persist over reboot. +\-\-hostname option may be used to specify a static hostname that persists over reboot. .SH "OPTIONS" .SS "BASIC OPTIONS" @@ -47,6 +47,9 @@ Set the IPA server to connect to \fB\-\-realm\fR=\fIREALM_NAME\fR Set the IPA realm name to REALM_NAME .TP +\fB\-\-fixed\-primary\fR +Configure sssd to use a fixed server as the primary IPA server. The default is to use DNS SRV records to determine the primary server to use and fall back to the server the client is enrolled with. +.TP \fB\-p\fR, \fB\-\-principal\fR Authorized kerberos principal to use to join the IPA realm. .TP -- cgit