mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
r26608: More improvements to the upgrade code.
(This used to be commit 7ea06d91f6
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
c4d3666ac2
commit
222262b54e
@ -745,6 +745,8 @@ def provision(lp, setup_dir, message, blank, paths, session_info,
|
||||
domainguid=domainguid, hostguid=hostguid)
|
||||
message("Please install the zone located in %s into your DNS server" % paths.dns)
|
||||
|
||||
return domaindn
|
||||
|
||||
def create_phplpapdadmin_config(path, setup_path, s4_ldapi_path):
|
||||
setup_file(setup_path("phpldapadmin-config.php"),
|
||||
path, {"S4_LDAPI_URI": "ldapi://%s" % s4_ldapi_path.replace("/", "%2F")})
|
||||
|
Reference in New Issue
Block a user