mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r20492: Add in instructions/sample LDIF to setup Fedora DS as a backend.
Add a new module entrypoint to handle the new, interesting and different mappings required for Fedora DS. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4c2addf2dd
commit
600c7f1a68
@@ -698,6 +698,7 @@ function provision_guess()
|
||||
rdn_list = split(".", subobj.DNSDOMAIN);
|
||||
subobj.BASEDN = "DC=" + join(",DC=", rdn_list);
|
||||
subobj.LDAPBACKEND = "users.ldb";
|
||||
subobj.LDAPMODULE = "entryUUID";
|
||||
subobj.LDAPMODULES = "objectguid";
|
||||
subobj.EXTENSIBLEOBJECT = "# no objectClass: extensibleObject for local ldb";
|
||||
return subobj;
|
||||
|
||||
Reference in New Issue
Block a user