mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
s4-provision: Remove --slapd-path option
This just leaves a default enough for the test code to still check the start of the provision. This may well be removed in future, and we wish to reduce the extra options to provision. Andrew Bartlett
This commit is contained in:
@ -1602,7 +1602,7 @@ def provision(logger, session_info, credentials, smbconf=None,
|
||||
root=None, nobody=None, users=None, wheel=None, backup=None, aci=None,
|
||||
serverrole=None, dom_for_fun_level=None,
|
||||
backend_type=None, sitename=None,
|
||||
ol_mmr_urls=None, ol_olc=None, slapd_path=None,
|
||||
ol_mmr_urls=None, ol_olc=None, slapd_path="/bin/false",
|
||||
useeadb=False, am_rodc=False,
|
||||
lp=None, use_ntvfs=False):
|
||||
"""Provision samba4
|
||||
|
Reference in New Issue
Block a user