mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Add missing stub functions.
This commit is contained in:
@ -95,6 +95,15 @@ class LDBBackend(ProvisionBackend):
|
||||
# Wipe the old sam.ldb databases away
|
||||
shutil.rmtree(self.paths.samdb + ".d", True)
|
||||
|
||||
def start(self):
|
||||
pass
|
||||
|
||||
def shutdown(self):
|
||||
pass
|
||||
|
||||
def post_setup(self):
|
||||
pass
|
||||
|
||||
|
||||
class ExistingBackend(ProvisionBackend):
|
||||
|
||||
|
Reference in New Issue
Block a user