1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-09 20:59:11 +03:00

s4-provision: added setup_path() import in two more places

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell
2011-02-07 11:54:31 +11:00
parent d0f54702c5
commit 1f533bff17
2 changed files with 3 additions and 1 deletions

View File

@ -571,6 +571,8 @@ class FDSBackend(LDAPBackend):
ldap_backend_extra_port=None, ldap_dryrun_mode=False, root=None,
setup_ds_path=None):
from samba.provision import setup_path
super(FDSBackend, self).__init__(backend_type=backend_type,
paths=paths, lp=lp,
credentials=credentials, names=names, logger=logger,