summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)