summaryrefslogtreecommitdiffstats
path: root/install/tools/man
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2012-08-17 15:26:58 +0300
committerAlexander Bokovoy <abokovoy@redhat.com>2012-08-24 16:16:58 +0300
commit191f5146401db8d6aa693b08b18322ef7df2aab2 (patch)
treed7b5d8e7564ee2824ea517a7057ea993b36b79a8 /install/tools/man
parent1328f984d060b944fb8734a51edc0946cd42bbb3 (diff)
downloadfreeipa-191f5146401db8d6aa693b08b18322ef7df2aab2.tar.gz
freeipa-191f5146401db8d6aa693b08b18322ef7df2aab2.tar.xz
freeipa-191f5146401db8d6aa693b08b18322ef7df2aab2.zip
Ask for admin password in ipa-adtrust-install
The credentials of the admin user will be used to obtain Kerberos ticket before configuring cross-realm trusts support and afterwards, to ensure that the ticket contains MS-PAC information required to actually add a trust with Active Directory domain via 'ipa trust-add --type=ad' command. https://fedorahosted.org/freeipa/ticket/2852
Diffstat (limited to 'install/tools/man')
-rw-r--r--install/tools/man/ipa-adtrust-install.19
1 files changed, 9 insertions, 0 deletions
diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1
index 22337c3df..936e04c24 100644
--- a/install/tools/man/ipa-adtrust-install.1
+++ b/install/tools/man/ipa-adtrust-install.1
@@ -41,6 +41,15 @@ Do not create DNS service records for Windows in managed DNS server
.TP
\fB\-U\fR, \fB\-\-unattended\fR
An unattended installation that will never prompt for user input
+.TP
+\fB\-A\fR, \fB\-\-admin\-name\fR=\fIADMIN_NAME\fR
+The name of the user with administrative privileges for this IPA server. Defaults to 'admin'.
+.TP
+\fB\-a\fR, \fB\-\-admin\-password\fR=\fIpassword\fR
+The password of the user with administrative privileges for this IPA server. Will be asked interactively if \fB\-U\fR is not specified.
+.TP
+The credentials of the admin user will be used to obtain Kerberos ticket before configuring cross-realm trusts support and afterwards, to ensure that the ticket contains MS-PAC information required to actually add a trust with Active Directory domain via 'ipa trust-add --type=ad' command.
+.TP
.SH "EXIT STATUS"
0 if the installation was successful