| %s: | \n", loc("Password"));
rsprintf("\n");
@@ -29924,7 +29924,7 @@ void server_loop(void) {
}
#endif
#ifndef HAVE_LDAP
- /* check for Kerberos authentication */
+ /* check for LDAP authentication */
/* NPA change */
getcfg("global", "Authentication", str, sizeof(str));
if (stristr(str, "LDAP")) {
|