mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
s4:provision Allow OpenLDAP backend to provision again
OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett
This commit is contained in:
@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user