mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Refresh state data before removing the dirsrv user, fixes uninstall.
The state is read only at initialization time. This works ok when individual services remove their state data but when worked upon again at the top-level it still has the full state in memory, so when the state file is re-written all of the data that was removed is re-added. ticket 916
This commit is contained in:
committed by
Adam Young
parent
311660dec2
commit
9b73da1d54
@@ -429,6 +429,7 @@ def uninstall():
|
||||
except:
|
||||
pass
|
||||
|
||||
sstore._load()
|
||||
group_exists = sstore.restore_state("install", "group_exists")
|
||||
if group_exists == False:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user