mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
- samba3sam.js: rework the samba3sam test to not use objectCategory, as it's has special rules (dnsName a simple match) - ldap.js: Test the ordering of the objectClass attributes for the baseDN - schema_init.c: Load the mayContain and mustContain (and system...) attributes when reading the schema from ldb - To make the schema load not suck in terms of performance, write the schema into a static global variable - ldif_handlers.c: Match objectCategory for equality and canonicolisation based on the loaded schema, not simple tring manipuation - ldb_msg.c: don't duplicate attributes when adding attributes to a list - kludge_acl.c: return allowedAttributesEffective based on schema results and privilages Andrew Bartlett
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
dn: @PARTITION
|
|
partition: ${SCHEMADN}:${SCHEMADN_LDB}
|
|
partition: ${CONFIGDN}:${CONFIGDN_LDB}
|
|
partition: ${DOMAINDN}:${DOMAINDN_LDB}
|
|
replicateEntries: @SUBCLASSES
|
|
replicateEntries: @ATTRIBUTES
|
|
replicateEntries: @INDEXLIST
|
|
modules:${SCHEMADN}:${SCHEMADN_MOD}${SCHEMADN_MOD2}
|
|
modules:${CONFIGDN}:${CONFIGDN_MOD}${CONFIGDN_MOD2}
|
|
modules:${DOMAINDN}:${DOMAINDN_MOD}${DOMAINDN_MOD2}
|
|
|
|
dn: @MODULES
|
|
@LIST: ${MODULES_LIST}
|