### cn=translog backend
@!@
import sys
IS_64BITS = sys.maxsize > 2**32
B32 = """\
database	bdb
suffix	"cn=translog"
directory	"/var/lib/univention-ldap/translog"
cachesize	%(ldap/cachesize)s
idlcachesize	%(ldap/idlcachesize)s
"""
B64 = """\
database	mdb
suffix	"cn=translog"
directory	"/var/lib/univention-ldap/translog"
maxsize	%(ldap/database/mdb/maxsize)s
envflags	nosync
checkpoint	0 1
"""
print((B64 if IS_64BITS else B32) % configRegistry)
@!@
limits dn.children=cn=peercred,cn=external,cn=auth size.prtotal=unlimited
# access via LDAPI (simple or SASL EXTERNAL bind):
access to *
    by sockname="PATH=/var/run/slapd/ldapi" write
    by users read
    by * none
