make mdb default after a new installation
This commit is contained in:
parent
7a8ba10b72
commit
b724454515
@ -549,6 +549,7 @@ exit 0
|
||||
- remove openldap-userconfig-setgid.patch
|
||||
- remove openldap-syncrepl-unset-tls-options.patch
|
||||
- remove unneeded configure flags, disable sql backend and aci
|
||||
- make mdb default after a new installation
|
||||
|
||||
* Wed Dec 17 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-5
|
||||
- harden the build
|
||||
|
@ -136,10 +136,10 @@ olcAccess: to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,c
|
||||
# Backend database definitions
|
||||
#
|
||||
|
||||
dn: olcDatabase=hdb,cn=config
|
||||
dn: olcDatabase=mdb,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcHdbConfig
|
||||
olcDatabase: hdb
|
||||
objectClass: olcMdbConfig
|
||||
olcDatabase: mdb
|
||||
olcSuffix: dc=my-domain,dc=com
|
||||
olcRootDN: cn=Manager,dc=my-domain,dc=com
|
||||
olcDbDirectory: /var/lib/ldap
|
||||
|
Loading…
Reference in New Issue
Block a user