1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

r23717: We need to remove the _ in LDAP_MANAGERPASS for the

--ldap-manager-pass= option to work.

Andrew Bartlett
(This used to be commit fbcb1ec141)
This commit is contained in:
Andrew Bartlett
2007-07-05 02:52:58 +00:00
committed by Gerald (Jerry) Carter
parent 97172e1120
commit 90b49dc520
4 changed files with 7 additions and 7 deletions

View File

@ -464,7 +464,7 @@ function provision_fix_subobj(subobj, paths)
var ldap_path_list = split("/", paths.ldapdir);
subobj.LDAPI_URI = "ldapi://" + join("%2F", ldap_path_list) + "%2Fldapi";
subobj.LDAP_MANAGERDN = "cn=Manager," + subobj.DOMAINDN;
subobj.LDAPMANAGERDN = "cn=Manager," + subobj.DOMAINDN;
return true;
}
@ -854,7 +854,7 @@ function provision_guess()
subobj.KRBTGTPASS = randpass(12);
subobj.MACHINEPASS = randpass(12);
subobj.ADMINPASS = randpass(12);
subobj.LDAP_MANAGERPASS = randpass(12);
subobj.LDAPMANAGERPASS = randpass(12);
subobj.DEFAULTSITE = "Default-First-Site-Name";
subobj.NEWGUID = randguid;
subobj.NTTIME = nttime;