]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Remove unused parameter ‘serverrole’
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 08:03:57 +0000 (21:03 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Dec 2023 03:31:37 +0000 (03:31 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/provision/__init__.py

index 48d9daf66ec820eec01bf7e731beb0a624b75633..7fd9247b2b5a187119a316dcd353369957f8cdda 100644 (file)
@@ -1341,7 +1341,7 @@ def setup_samdb(path, session_info, provision_backend, lp, names,
 
 def fill_samdb(samdb, lp, names, logger, policyguid,
                policyguid_dc, fill, adminpass, krbtgtpass, machinepass, dns_backend,
-               dnspass, invocationid, ntdsguid, serverrole,
+               dnspass, invocationid, ntdsguid,
                dom_for_fun_level=None, schema=None, next_rid=None, dc_rid=None):
 
     if next_rid is None:
@@ -1951,7 +1951,7 @@ def provision_fill(samdb, secrets_ldb, logger, names, paths,
                            fill=samdb_fill, adminpass=adminpass, krbtgtpass=krbtgtpass,
                            invocationid=invocationid, machinepass=machinepass,
                            dns_backend=dns_backend, dnspass=dnspass,
-                           ntdsguid=ntdsguid, serverrole=serverrole,
+                           ntdsguid=ntdsguid,
                            dom_for_fun_level=dom_for_fun_level,
                            next_rid=next_rid, dc_rid=dc_rid)