mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s4:torture/lsa: improve debug message
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
bb387c5b90
commit
4335371323
@ -3347,7 +3347,8 @@ static bool check_pw_with_krb5(struct torture_context *tctx,
|
|||||||
torture_assert(tctx, ctx->error.cname == NULL, assertion_message);
|
torture_assert(tctx, ctx->error.cname == NULL, assertion_message);
|
||||||
torture_assert_str_equal(tctx, ctx->error.realm, realm, assertion_message);
|
torture_assert_str_equal(tctx, ctx->error.realm, realm, assertion_message);
|
||||||
|
|
||||||
torture_comment(tctx, "password[%s] old_password[%s]\n",
|
torture_comment(tctx, "(%s:%s) password[%s] old_password[%s]\n",
|
||||||
|
__location__, __FUNCTION__,
|
||||||
password, old_password);
|
password, old_password);
|
||||||
if (old_password != NULL) {
|
if (old_password != NULL) {
|
||||||
k5ret = krb5_get_init_creds_password(ctx->smb_krb5_context->krb5_context,
|
k5ret = krb5_get_init_creds_password(ctx->smb_krb5_context->krb5_context,
|
||||||
|
Loading…
Reference in New Issue
Block a user