mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove the directory server ldapi socket on uninstall.
ticket 350
This commit is contained in:
parent
78f276657e
commit
2ab5b6b8e8
@ -82,6 +82,10 @@ def erase_ds_instance_data(serverid):
|
||||
shutil.rmtree("/var/lock/dirsrv/slapd-%s" % serverid)
|
||||
except:
|
||||
pass
|
||||
try:
|
||||
os.unlink("/var/run/slapd-%s.socket" % serverid)
|
||||
except:
|
||||
pass
|
||||
# try:
|
||||
# shutil.rmtree("/var/log/dirsrv/slapd-%s" % serverid)
|
||||
# except:
|
||||
|
Loading…
Reference in New Issue
Block a user