From dae163aa37a7ea07399a964a143f378c5cb6bffa Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Wed, 27 Mar 2013 13:48:01 +0100 Subject: Add mkhomedir option to ipa-server-install and ipa-replica-install Add the option to create home directories for users on their first login to ipa-server-install and ipa-replica-install. https://fedorahosted.org/freeipa/ticket/3515 --- install/tools/man/ipa-server-install.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/tools/man/ipa-server-install.1') diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 75c6a78a..7460868e 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -42,6 +42,9 @@ The kerberos master password (normally autogenerated) \fB\-a\fR \fIADMIN_PASSWORD\fR, \fB\-\-admin\-password\fR=\fIADMIN_PASSWORD\fR The password for the IPA admin user .TP +\fB\-\-mkhomedir\fR +Create home directories for users on their first login +.TP \fB\-\-hostname\fR=\fIHOST_NAME\fR The fully\-qualified DNS name of this server. If the hostname does not match system hostname, the system hostname will be updated accordingly to prevent service failures. .TP -- cgit