mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
python: Remove unused parameter ‘backend_store’
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
e37dfc2967
commit
8439dcb484
@ -2012,8 +2012,7 @@ def provision_fill(samdb, secrets_ldb, logger, names, paths,
|
||||
setup_ad_dns(samdb, secrets_ldb, names, paths, logger,
|
||||
hostip=hostip, hostip6=hostip6, dns_backend=dns_backend,
|
||||
dnspass=dnspass, os_level=dom_for_fun_level,
|
||||
fill_level=samdb_fill,
|
||||
backend_store=backend_store)
|
||||
fill_level=samdb_fill)
|
||||
|
||||
domainguid = samdb.searchone(basedn=samdb.get_default_basedn(),
|
||||
attribute="objectGUID").decode('utf8')
|
||||
|
@ -1167,7 +1167,7 @@ def fill_dns_data_partitions(samdb, domainsid, site, domaindn, forestdn,
|
||||
|
||||
def setup_ad_dns(samdb, secretsdb, names, paths, logger,
|
||||
dns_backend, os_level, dnspass=None, hostip=None, hostip6=None,
|
||||
fill_level=FILL_FULL, backend_store=None):
|
||||
fill_level=FILL_FULL):
|
||||
"""Provision DNS information (assuming GC role)
|
||||
|
||||
:param samdb: LDB object connected to sam.ldb file
|
||||
|
Reference in New Issue
Block a user