summaryrefslogtreecommitdiffstats
path: root/install
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:58 +0200
commitd4a110c2c60980b4b3a7677d661ba09a6140caed (patch)
tree5863f18399a251c1b18bfabe9a53bdbe54250906 /install
parentb2b36db1ebe3e24505154c7027ec221a986b360a (diff)
downloadfreeipa.git-d4a110c2c60980b4b3a7677d661ba09a6140caed.tar.gz
freeipa.git-d4a110c2c60980b4b3a7677d661ba09a6140caed.tar.xz
freeipa.git-d4a110c2c60980b4b3a7677d661ba09a6140caed.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
Diffstat (limited to 'install')
-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 12e218de..4285642e 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)