mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4-openldap: Fixed a problem with provisioning with OpenLdap
Credentials are no longer used and there were too many arguments to the constructor Signed-off-by: Nadezhda Ivanova <nivanova@symas.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
daefca2a1a
commit
4cf4ed1c3e
@ -304,7 +304,7 @@ class LDAPBackend(ProvisionBackend):
|
||||
self.slapd.communicate()
|
||||
|
||||
def post_setup(self):
|
||||
return LDAPBackendResult(self.credentials, self.slapd_command_escaped,
|
||||
return LDAPBackendResult(self.slapd_command_escaped,
|
||||
self.ldapdir)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user