mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 21:01:53 +01:00
10 lines
397 B
Plaintext
10 lines
397 B
Plaintext
|
# Refint Module Activation for OpenLDAP
|
||
|
#
|
||
|
# This section adds the refint module to the LDAP configuration.
|
||
|
# The refint module ensures referential integrity by automatically updating
|
||
|
# or removing references when objects are renamed or deleted.
|
||
|
#
|
||
|
# In this file, the "olcmoduleload" attribute is used to load the "refint" module.
|
||
|
dn: cn=module{1},cn=config
|
||
|
add: olcmoduleload
|
||
|
olcmoduleload: refint
|