1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

r20553: add ${CONFIGDN} and ${SCHEMADN} instead of using hardcoded paths

under ${BASEDN}

metze
(This used to be commit 09ca6aae12)
This commit is contained in:
Stefan Metzmacher
2007-01-05 16:12:30 +00:00
committed by Gerald (Jerry) Carter
parent 9e1a690d28
commit 8b70764038
13 changed files with 706 additions and 704 deletions

View File

@ -697,6 +697,8 @@ function provision_guess()
subobj.DNSDOMAIN);
rdn_list = split(".", subobj.DNSDOMAIN);
subobj.BASEDN = "DC=" + join(",DC=", rdn_list);
subobj.CONFIGDN = "CN=Configuration," + subobj.BASEDN;
subobj.SCHEMADN = "CN=Schema," + subobj.CONFIGDN;
subobj.LDAPBACKEND = "users.ldb";
subobj.LDAPMODULE = "entryUUID";
subobj.LDAPMODULES = "objectguid";