]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use LDIF config and add mdb support in t_kdb.py 585/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Dec 2016 02:49:09 +0000 (21:49 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Feb 2017 20:18:28 +0000 (15:18 -0500)
commit17e886457babadaaefd3f51027200123f9bbed3a
tree9efd83b839b83a342e996c59c4facf162be6dfe8
parent3a3ba541b5ba5f1a37cd0d4183edfba4faebc24a
Use LDIF config and add mdb support in t_kdb.py

When setting up slapd, use slapadd with cn=config LDIF directives
instead of the deprecated config file.  By adding one cn=config object
at a time, we can detect specific specific configuration failures,
including unsupported database types.  Try the mdb and bdb database
types, to work with older and newer OpenLDAP versions.
src/tests/t_kdb.py