mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
provision: Add missing string parameter token when assigning ldap_backend.
This commit is contained in:
parent
ad7f05fd94
commit
7d26145a7f
@ -969,7 +969,7 @@ def provision(setup_dir, message, session_info,
|
||||
if ldap_backend is not None:
|
||||
if ldap_backend == "ldapi":
|
||||
# provision-backend will set this path suggested slapd command line / fedorads.inf
|
||||
ldap_backend = "ldapi://" % urllib.quote(os.path.join(paths.private_dir, "ldap", "ldapi"), safe="")
|
||||
ldap_backend = "ldapi://%s" % urllib.quote(os.path.join(paths.private_dir, "ldap", "ldapi"), safe="")
|
||||
|
||||
# only install a new shares config db if there is none
|
||||
if not os.path.exists(paths.shareconf):
|
||||
|
Loading…
Reference in New Issue
Block a user