From: | ghudson@mit.edu |
Subject: | git commit |
Fix LDAP tests when sasl.h not found
Do not try to run the SASL EXTERNAL auth test if we could not define a
useful interact function. With current libraries the interact
function is asked for an authorization name, and the bind fails if it
gets an unsuccessful result or if no interaction function is defined.
https://github.com/krb5/krb5/commit/8466003864b294cdb9e5547c2f8e574d2c156b13
Author: Greg Hudson <ghudson@mit.edu>
Commit: 8466003864b294cdb9e5547c2f8e574d2c156b13
Branch: master
src/tests/t_kdb.py | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)