Skip Menu |
 

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(-)
From: tlyu@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.

(cherry picked from commit 8466003864b294cdb9e5547c2f8e574d2c156b13)

https://github.com/krb5/krb5/commit/1defbee489c261546eedafe92302bf41ba04003c
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 1defbee489c261546eedafe92302bf41ba04003c
Branch: krb5-1.13
src/tests/t_kdb.py | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)