summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_ldap
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rlm_ldap')
-rw-r--r--src/modules/rlm_ldap/ldap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/rlm_ldap/ldap.c b/src/modules/rlm_ldap/ldap.c
index c356921..d35cb20 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* set 'Auth-Type := LDAP'");
}
}
}