]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix warning messages
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Aug 2023 14:10:44 +0000 (10:10 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Aug 2023 14:10:44 +0000 (10:10 -0400)
src/modules/rlm_ldap/ldap.c

index c3569214b7b7a195007f422786662e24a49bf034..15c7c6570b8954d0ccaa1fc9aac9f273dcdb3c7f 100644 (file)
@@ -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");
                }
        }
 }