summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-10-04 11:37:45 +0200
committerMartin Kosek <mkosek@redhat.com>2012-10-04 13:05:48 +0200
commita72064c3778f20da04fb664459782b4d4ecba473 (patch)
tree959fc164dc267ddda2684b38b3ff867011103339
parent5bf1cee702e36667300bff4768755dd61f694367 (diff)
downloadfreeipa-a72064c3778f20da04fb664459782b4d4ecba473.tar.gz
freeipa-a72064c3778f20da04fb664459782b4d4ecba473.tar.xz
freeipa-a72064c3778f20da04fb664459782b4d4ecba473.zip
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
-rwxr-xr-xinstall/tools/ipa-adtrust-install4
1 files changed, 0 insertions, 4 deletions
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)