summaryrefslogtreecommitdiffstats
path: root/ldap/ldif/template-suffix-db.ldif.in
blob: f30ab8cec033aa6d6a924dcd25a52036af6c0130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# replace the Suffix token with your suffix e.g. dc=example,dc=com
# replace the bename token with your backend name e.g. userRoot
dn: cn=%ds_bename%,cn=ldbm database,cn=plugins,cn=config
objectclass: top
objectclass: extensibleObject
objectclass: nsBackendInstance
nsslapd-suffix: %ds_suffix%
cn: %ds_bename%

dn: cn="%ds_suffix%",cn=mapping tree,cn=config
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree
cn: "%ds_suffix%"
nsslapd-state: backend
nsslapd-backend: %ds_bename%