From: Nick Porter Date: Mon, 5 May 2025 07:55:26 +0000 (+0100) Subject: Include nested password parent name in warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2067aa2ed85c16bc037b3f87afae55dee88f088e;p=thirdparty%2Ffreeradius-server.git Include nested password parent name in warning To avoid confusing users --- diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index 7c932765512..58996664253 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1516,8 +1516,9 @@ static int CC_HINT(nonnull(1, 2, 3)) nt_password_find(TALLOC_CTX *ctx, fr_pair_t /* * If we're doing internal auth, then this is an issue */ - RWDEBUG2("No control.%s or control.%s found. Cannot create Password.NT", - attr_cleartext_password->name, attr_nt_password->name); + RWDEBUG2("No control.%s.%s or control.%s.%s found. Cannot create Password.NT", + attr_cleartext_password->parent->name, attr_cleartext_password->name, + attr_nt_password->parent->name, attr_nt_password->name); return -1; /*