diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-03-27 13:48:01 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-03-28 08:45:37 +0100 |
commit | dae163aa37a7ea07399a964a143f378c5cb6bffa (patch) | |
tree | 305577fe97db7ea386e151cc3c6e83fdbcb41ae6 /install/tools/man/ipa-server-install.1 | |
parent | a8a77bfb686479ba27e0ff5a186b237d048abe59 (diff) | |
download | freeipa.git-dae163aa37a7ea07399a964a143f378c5cb6bffa.tar.gz freeipa.git-dae163aa37a7ea07399a964a143f378c5cb6bffa.tar.xz freeipa.git-dae163aa37a7ea07399a964a143f378c5cb6bffa.zip |
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
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |