samba-tool domain dcpromo: add --backend-store-size option
[amitay/samba.git] / python / samba / netcmd / domain.py
index 3f6876a79bd0552c343ec108bbf7528ec1a8c23b..d7b7cdb315c1056d38ae7b6d3c1313429b669603 100644 (file)
@@ -630,7 +630,8 @@ class cmd_domain_dcpromo(Command):
                     machinepass=machinepass, use_ntvfs=use_ntvfs,
                     dns_backend=dns_backend,
                     promote_existing=True, plaintext_secrets=plaintext_secrets,
-                    backend_store=backend_store)
+                    backend_store=backend_store,
+                    backend_store_size=backend_store_size)
         elif role == "RODC":
             join_RODC(logger=logger, server=server, creds=creds, lp=lp, domain=domain,
                       site=site, netbios_name=netbios_name, targetdir=targetdir,