mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
cf77bf3382
When FDS is used as a backend, Samba should not use the linked_attributes LDB module, but instead use the built-in DS plugins for attribute linking, indexing, and referential integrity.
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
# Link ${MEMBER_ATTR} to ${MEMBEROF_ATTR}
|
|
dn: cn=${MEMBER_ATTR} to ${MEMBEROF_ATTR},cn=Linked Attributes,cn=plugins,cn=config
|
|
objectClass: extensibleObject
|
|
cn: ${MEMBER_ATTR} to ${MEMBEROF_ATTR}
|
|
linkType: ${MEMBER_ATTR}
|
|
managedType: ${MEMBEROF_ATTR}
|
|
|