From 95483d3b9f0973e825cf37340f8ca91b567ab134 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Fri, 30 Aug 2013 16:05:01 +0200 Subject: Add option to ipa-client-install to configure automount Add the --automount-location option to ipa-client-install. If the option is used, ipa-client-automount is called at the end of ipa-client-install. https://fedorahosted.org/freeipa/ticket/3740 --- ipa-client/man/ipa-client-install.1 | 6 +++++- 1 file changed, 5 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 bb19041b1..65c5c2f73 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -146,13 +146,17 @@ Print debugging information to stdout \fB\-U\fR, \fB\-\-unattended\fR Unattended installation. The user will not be prompted. .TP -\fB\-\-ca-cert-file\fR=\fICA_FILE\fR +\fB\-\-ca\-cert\-file\fR=\fICA_FILE\fR Do not attempt to acquire the IPA CA certificate via automated means, instead use the CA certificate found locally in in \fICA_FILE\fR. The \fICA_FILE\fR must be an absolute path to a PEM formatted certificate file. The CA certificate found in \fICA_FILE\fR is considered authoritative and will be installed without checking to see if it's valid for the IPA domain. +.TP +\fB\-\-automount\-location\fR=\fILOCATION\fR +Configure automount by running ipa\-client\-automount(1) with \fILOCATION\fR as +automount location. .SS "SSSD OPTIONS" .TP -- cgit