From 191f5146401db8d6aa693b08b18322ef7df2aab2 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 17 Aug 2012 15:26:58 +0300 Subject: 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 --- install/tools/man/ipa-adtrust-install.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'install/tools/man') 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 -- cgit