File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
opt/openldap/bootstrap/config Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ slapd slapd/password1 password ${LDAP_SECRET}
1010slapd slapd/dump_database_destdir string /var/backups/slapd-VERSION
1111slapd slapd/domain string ${LDAP_DOMAIN}
1212slapd shared/organization string ${LDAP_ORGANISATION}
13- slapd slapd/backend string HDB
13+ slapd slapd/backend string MDB
1414slapd slapd/purge_database boolean true
1515slapd slapd/move_old_database boolean true
1616slapd slapd/allow_ldap_v2 boolean false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add: olcModuleLoad
55olcModuleLoad: memberof
66
77# Backend memberOf overlay
8- dn: olcOverlay={0}memberof,olcDatabase={1}hdb ,cn=config
8+ dn: olcOverlay={0}memberof,olcDatabase={1}mdb ,cn=config
99changetype: add
1010objectClass: olcOverlayConfig
1111objectClass: olcMemberOf
@@ -23,7 +23,7 @@ add: olcModuleLoad
2323olcModuleLoad: refint
2424
2525# Backend refint overlay
26- dn: olcOverlay={1}refint,olcDatabase={1}hdb ,cn=config
26+ dn: olcOverlay={1}refint,olcDatabase={1}mdb ,cn=config
2727changetype: add
2828objectClass: olcOverlayConfig
2929objectClass: olcRefintConfig
@@ -32,4 +32,4 @@ olcRefintAttribute: owner
3232olcRefintAttribute: manager
3333olcRefintAttribute: uniqueMember
3434olcRefintAttribute: member
35- olcRefintAttribute: memberOf
35+ olcRefintAttribute: memberOf
You can’t perform that action at this time.
0 commit comments