From: Alan T. DeKok Date: Sun, 29 Mar 2015 14:03:11 +0000 (-0400) Subject: Fix error message to be correct X-Git-Tag: release_2_2_7~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=f0acb76276208399162bb6c7630bec9739782df4 Fix error message to be correct --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 481a680..cb871bd 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -2562,7 +2562,7 @@ static LDAP *ldap_connect(void *instance, const char *dn, const char *password, DEBUG(" [%s] Bind failed with invalid credentials", inst->xlat_name); *result = RLM_MODULE_REJECT; } else { - radlog(L_ERR, " [%s] LDAP login failed: check identity, password settings in ldap section of radiusd.conf", inst->xlat_name); + radlog(L_ERR, " [%s] LDAP login failed: check identity, password settings in ldap module configuration", inst->xlat_name); *result = RLM_MODULE_FAIL; } if(err != NULL){