From a72064c3778f20da04fb664459782b4d4ecba473 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 4 Oct 2012 11:37:45 +0200 Subject: ipa-adtrust-install: remove wrong check for dm_password Additionally this patch removes a comment which makes no sense at this place anymore. Fixes https://fedorahosted.org/freeipa/ticket/3023 --- install/tools/ipa-adtrust-install | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install/tools/ipa-adtrust-install') diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install index 12e218de6..4285642e6 100755 --- a/install/tools/ipa-adtrust-install +++ b/install/tools/ipa-adtrust-install @@ -194,10 +194,6 @@ def main(): print "Please wait until the prompt is returned." print "" - # Create a Adtrust instance - if options.unattended and not options.dm_password: - sys.exit("\nIn unattended mode you need to provide at least the -p option") - netbios_name = options.netbios_name if not netbios_name: netbios_name = adtrustinstance.make_netbios_name(api.env.domain) -- cgit