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}
10
10
slapd slapd/dump_database_destdir string /var/backups/slapd-VERSION
11
11
slapd slapd/domain string ${LDAP_DOMAIN}
12
12
slapd shared/organization string ${LDAP_ORGANISATION}
13
- slapd slapd/backend string HDB
13
+ slapd slapd/backend string MDB
14
14
slapd slapd/purge_database boolean true
15
15
slapd slapd/move_old_database boolean true
16
16
slapd slapd/allow_ldap_v2 boolean false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add: olcModuleLoad
5
5
olcModuleLoad: memberof
6
6
7
7
# Backend memberOf overlay
8
- dn: olcOverlay={0}memberof,olcDatabase={1}hdb ,cn=config
8
+ dn: olcOverlay={0}memberof,olcDatabase={1}mdb ,cn=config
9
9
changetype: add
10
10
objectClass: olcOverlayConfig
11
11
objectClass: olcMemberOf
@@ -23,7 +23,7 @@ add: olcModuleLoad
23
23
olcModuleLoad: refint
24
24
25
25
# Backend refint overlay
26
- dn: olcOverlay={1}refint,olcDatabase={1}hdb ,cn=config
26
+ dn: olcOverlay={1}refint,olcDatabase={1}mdb ,cn=config
27
27
changetype: add
28
28
objectClass: olcOverlayConfig
29
29
objectClass: olcRefintConfig
@@ -32,4 +32,4 @@ olcRefintAttribute: owner
32
32
olcRefintAttribute: manager
33
33
olcRefintAttribute: uniqueMember
34
34
olcRefintAttribute: member
35
- olcRefintAttribute: memberOf
35
+ olcRefintAttribute: memberOf
You can’t perform that action at this time.
0 commit comments