From: Nick Porter Date: Thu, 8 Sep 2022 13:18:13 +0000 (+0100) Subject: Typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3324919264700c5c140ec6f0c5bb1e0d0c225d0b;p=thirdparty%2Ffreeradius-server.git Typos --- diff --git a/src/modules/rlm_ldap/groups.c b/src/modules/rlm_ldap/groups.c index 4c1ba3b3414..6b2c1e03227 100644 --- a/src/modules/rlm_ldap/groups.c +++ b/src/modules/rlm_ldap/groups.c @@ -188,7 +188,7 @@ finish: RETURN_MODULE_RCODE(rcode); } -/** Convert a single group name into a DN +/** Convert a single group DN into a name * * Unlike the inverse conversion of a name to a DN, most LDAP directories don't allow filtering by DN, * so we need to search for each DN individually. diff --git a/src/modules/rlm_ldap/user.c b/src/modules/rlm_ldap/user.c index 4e76c1451fd..b54f5820dc9 100644 --- a/src/modules/rlm_ldap/user.c +++ b/src/modules/rlm_ldap/user.c @@ -255,7 +255,6 @@ void rlm_ldap_check_reply(module_ctx_t const *mctx, request_t *request, fr_ldap_ RWDEBUG2("!!! Remove the password map and either:"); RWDEBUG2("!!! - Configure authentication via ntlm_auth (mschapv2 only)"); RWDEBUG2("!!! - Configure authentication via wbclient (mschapv2 only)"); - RWDEBUG2("!!! that password attribute"); RWDEBUG2("!!! - Bind as the user by listing %s in the authenticate section, and", mctx->inst->name); RWDEBUG2("!!! setting attribute &control.Auth-Type := '%s' in the authorize section", @@ -270,7 +269,6 @@ void rlm_ldap_check_reply(module_ctx_t const *mctx, request_t *request, fr_ldap_ RWDEBUG2("!!! Remove the password map and either:"); RWDEBUG2("!!! - Set 'edir = yes' and enable the universal password feature on your"); RWDEBUG2("!!! eDir server (recommended)"); - RWDEBUG2("!!! that password attribute"); RWDEBUG2("!!! - Bind as the user by listing %s in the authenticate section, and", mctx->inst->name); RWDEBUG2("!!! setting attribute &control.Auth-Type := '%s' in the authorize section",