1
0
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:
Jelmer Vernooij
2010-06-11 01:47:45 +02:00
parent c446fbc3bf
commit 4690ebf0f4

View File

@ -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):