mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8f42f1292c
needs to be renamed (operation_add?).
This allows me to match the behaviour and substitute with the
entryUUID module for remote LDAP connections.
Andrew Bartlett
(This used to be commit af02b4d7c6
)
22 lines
889 B
Plaintext
22 lines
889 B
Plaintext
dn: @PARTITION
|
|
partition: CN=Schema,CN=Configuration,${BASEDN}:schema.ldb
|
|
partition: CN=Configuration,${BASEDN}:configuration.ldb
|
|
partition: ${BASEDN}:${LDAPBACKEND}
|
|
replicateEntries: @SUBCLASSES
|
|
replicateEntries: @ATTRIBUTES
|
|
replicateEntries: @INDEXLIST
|
|
modules:CN=Schema,CN=Configuration,${BASEDN}:objectguid
|
|
modules:CN=Configuration,${BASEDN}:objectguid
|
|
modules:${BASEDN}:${LDAPMODULES}
|
|
|
|
#Add modules to the list to activate them by default
|
|
#beware often order is important
|
|
#
|
|
# Some Known ordering constraints:
|
|
# - rootdse must be first, as it makes redirects from "" -> cn=rootdse
|
|
# - samldb must be before password_hash, because password_hash checks that the objectclass is of type person (filled in by samldb)
|
|
# - partition must be last
|
|
|
|
dn: @MODULES
|
|
@LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectclass,rdn_name,partition
|