From: Alan T. DeKok Date: Thu, 17 Aug 2023 14:10:44 +0000 (-0400) Subject: fix warning messages X-Git-Tag: release_3_2_4~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d44b3d0bf6e8c92ebbd0864f66444b0933e6298c;p=thirdparty%2Ffreeradius-server.git fix warning messages --- diff --git a/src/modules/rlm_ldap/ldap.c b/src/modules/rlm_ldap/ldap.c index c3569214b7..15c7c6570b 100644 --- a/src/modules/rlm_ldap/ldap.c +++ b/src/modules/rlm_ldap/ldap.c @@ -1295,8 +1295,9 @@ void rlm_ldap_check_reply(rlm_ldap_t const *inst, REQUEST *request) !fr_pair_find_by_num(request->config, PW_CRYPT_PASSWORD, 0, TAG_ANY)) { RWDEBUG("No \"known good\" password added. Ensure the admin user has permission to " "read the password attribute"); - RWDEBUG("PAP authentication will *NOT* work with Active Directory (if that is what you " + RWDEBUG("CHAP / MS-CHAP authentication will *NOT* work with Active Directory (if that is what you " "were trying to configure)"); + RWDEBUG("PAP authentication to Active Directory *MUST* use LDAP 'bind as user' functionality"); } } }