Newer
Older
skynet-server-web-legacy / ldap-server / bootstrap-ldif / 01-force-password-hash.ldif
@One One on 17 Apr 2022 365 bytes initial
# Load the ppolicy module
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: ppolicy

# Enable the overlay and its hash_cleartext policy
dn: olcOverlay={2}ppolicy,olcDatabase={1}{{ LDAP_BACKEND }},cn=config
changetype: add
objectClass: olcOverlayConfig
objectClass: olcPPolicyConfig
olcOverlay: {2}ppolicy
olcPPolicyHashCleartext: TRUE