]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorNick Porter <nick@portercomputing.co.uk>
Thu, 8 Sep 2022 13:18:13 +0000 (14:18 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 21 Sep 2022 07:14:55 +0000 (08:14 +0100)
src/modules/rlm_ldap/groups.c
src/modules/rlm_ldap/user.c

index 4c1ba3b3414d1bdc20557e061df8d73485ee8816..6b2c1e032270c00754f7992ee3e0f8a250fe6ef8 100644 (file)
@@ -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.
index 4e76c1451fd9e5560088cbadea0748491cb2edc5..b54f5820dc9128367dc7f75801c180a4d3e0dab0 100644 (file)
@@ -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",