1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +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:
Stefan Metzmacher 2016-03-10 12:16:25 +01:00
parent bb387c5b90
commit 4335371323

View File

@ -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_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);
if (old_password != NULL) {
k5ret = krb5_get_init_creds_password(ctx->smb_krb5_context->krb5_context,