mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
The True/False logic was reversed, so "no" meant remove the existing instance
This commit is contained in:
@@ -270,7 +270,7 @@ def check_dirsrv(unattended):
|
||||
if serverids:
|
||||
print ""
|
||||
print "An existing Directory Server has been detected."
|
||||
if unattended or user_input("Do you wish to remove it and create a new one?", False):
|
||||
if unattended or not user_input("Do you wish to remove it and create a new one?", False):
|
||||
print ""
|
||||
print "Only a single Directory Server instance is allowed on an IPA"
|
||||
print "server, the one used by IPA itself."
|
||||
|
||||
Reference in New Issue
Block a user