mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +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:
parent
9aae50443d
commit
896553a1a8
@ -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):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user