mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user