18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
# Load refint module
|
|
dn: cn=module{0},cn=config
|
|
changetype: modify
|
|
add: olcModuleLoad
|
|
olcModuleLoad: refint
|
|
|
|
# Backend refint overlay
|
|
dn: olcOverlay={1}refint,olcDatabase={1}{{ LDAP_BACKEND }},cn=config
|
|
changetype: add
|
|
objectClass: olcOverlayConfig
|
|
objectClass: olcRefintConfig
|
|
olcOverlay: {1}refint
|
|
olcRefintAttribute: owner
|
|
olcRefintAttribute: manager
|
|
olcRefintAttribute: uniqueMember
|
|
olcRefintAttribute: member
|
|
olcRefintAttribute: memberOf
|