]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow slapd path configuration in t_kdb.py 570/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 27 Nov 2016 23:37:12 +0000 (18:37 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 29 Nov 2016 17:34:45 +0000 (12:34 -0500)
commit9290e52b7f206dcbfd9dd5d873cf9379cb9de760
treedcba41a10d91e6dc073805c19c2fb00837906741
parent1d2ba62150f02751c58ccd3ab011c793be04a144
Allow slapd path configuration in t_kdb.py

The upstream OpenLDAP installs slapd in libexec, which is not
typically in the path.  Also, copying the binary can sometimes cause
it to fail; for instance, in the OpenCSW package,
/opt/csw/libexec/slapd is a script which chooses a binary based on the
system architecture and the path to the script.  Allow the test runner
to set the SLAPD environment variable to specify the slapd location
and avoid the copy.
src/tests/t_kdb.py