mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Kill another sub that the modules will handle for us.
(This used to be commit e9bb130d63
)
This commit is contained in:
@ -484,9 +484,6 @@ function provision_fix_subobj(subobj, paths)
|
||||
subobj.ADMINPASS_B64 = ldb.encode(subobj.ADMINPASS);
|
||||
subobj.DNSPASS_B64 = ldb.encode(subobj.DNSPASS);
|
||||
|
||||
var rdns = split(",", subobj.DOMAINDN);
|
||||
subobj.RDN_DC = substr(rdns[0], strlen("DC="));
|
||||
|
||||
subobj.SAM_LDB = "tdb://" + paths.samdb;
|
||||
subobj.SECRETS_KEYTAB = paths.keytab;
|
||||
subobj.DNS_KEYTAB = paths.dns_keytab;
|
||||
|
Reference in New Issue
Block a user