Skip to content

Commit f8ea3c8

Browse files
committed
This is really an error
And marking it as such will create Module-Failure-Message which is helpful for logging.
1 parent 7b16b7b commit f8ea3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rlm_mschap/rlm_mschap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ static int CC_HINT(nonnull(1, 2, 3)) nt_password_find(TALLOC_CTX *ctx, fr_pair_t
15161516
/*
15171517
* If we're doing internal auth, then this is an issue
15181518
*/
1519-
RWDEBUG2("No control.%s.%s or control.%s.%s found. Cannot create Password.NT",
1519+
REDEBUG2("No control.%s.%s or control.%s.%s found. Cannot create Password.NT",
15201520
attr_cleartext_password->parent->name, attr_cleartext_password->name,
15211521
attr_nt_password->parent->name, attr_nt_password->name);
15221522
return -1;

0 commit comments

Comments
 (0)