mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Always print the slapd startup command
(This used to be commit b1d05e7d14
)
This commit is contained in:
@ -1290,6 +1290,7 @@ def provision_backend(setup_dir=None, message=None,
|
||||
server_port_string = " -h ldap://0.0.0.0:%d" % ldap_backend_port
|
||||
else:
|
||||
server_port_string = ""
|
||||
|
||||
slapdcommand="Start slapd with: slapd -f " + paths.ldapdir + "/slapd.conf -h " + ldapi_uri + server_port_string
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user