Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 838 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. (cherry picked from commit 9290e52b7f206dcbfd9dd5d873cf9379cb9de760) https://github.com/krb5/krb5/commit/c6ceceb17d91a69d1c14cab19e0b10e78ddec353 Author: Greg Hudson Committer: Tom Yu Commit: c6ceceb17d91a69d1c14cab19e0b10e78ddec353 Branch: krb5-1.14 src/tests/t_kdb.py | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-)