1
0
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:
Nadezhda Ivanova 2013-10-24 23:30:05 +03:00 committed by Andrew Bartlett
parent daefca2a1a
commit 4cf4ed1c3e

View File

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