]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Remove unused parameter ‘am_rodc’
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 08:02:13 +0000 (21:02 +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 137579b95da597fd3bc5405df89d5ec7a1bcdcf1..59d5ed89aa379ae6d053e8e07a15f92df740d649 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, am_rodc=False,
+               dnspass, invocationid, ntdsguid, serverrole,
                dom_for_fun_level=None, schema=None, next_rid=None, dc_rid=None):
 
     if next_rid is None:
@@ -1952,7 +1952,7 @@ def provision_fill(samdb, secrets_ldb, logger, names, paths,
                            invocationid=invocationid, machinepass=machinepass,
                            dns_backend=dns_backend, dnspass=dnspass,
                            ntdsguid=ntdsguid, serverrole=serverrole,
-                           dom_for_fun_level=dom_for_fun_level, am_rodc=am_rodc,
+                           dom_for_fun_level=dom_for_fun_level,
                            next_rid=next_rid, dc_rid=dc_rid)
 
         # Set up group policies (domain policy and domain controller