s4:provision Allow OpenLDAP backend to provision again
authorAndrew Bartlett <abartlet@samba.org>
Thu, 8 Jul 2010 01:44:13 +0000 (11:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Sep 2010 00:40:34 +0000 (10:40 +1000)
OpenLDAP does not have any post-setup requirements at the moment.

Andrew Bartlett

source4/scripting/python/samba/provisionbackend.py

index 07d3bf74422697f4527b39a61e06170e66b4758b..7a36bdc9c9f2cf3e3798d430fedb98e73f086740 100644 (file)
@@ -273,6 +273,8 @@ class LDAPBackend(ProvisionBackend):
             # and now wait for it to die
             self.slapd.communicate()
 
+    def post_setup(self):
+        pass
 
 class OpenLDAPBackend(LDAPBackend):