]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Better comment for LDAP profile xlat
authorNick Porter <nick@portercomputing.co.uk>
Thu, 21 Sep 2023 16:30:39 +0000 (17:30 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 21 Sep 2023 17:10:49 +0000 (18:10 +0100)
src/modules/rlm_ldap/rlm_ldap.c

index 0f331b7ca4aa9c459c7cc8003df7f78ce4476e0a..b966ddf41e54d25d63849c9a8703a6c966793b67 100644 (file)
@@ -944,7 +944,10 @@ static int ldap_xlat_profile_ctx_free(ldap_xlat_profile_ctx_t *to_free)
        }
        return 0;
 }
-/** Expand an LDAP URL into a query, and return a string result from that query.
+
+/** Expand an LDAP URL into a query, applying the results using the user update map.
+ *
+ * For fetching profiles by DN.
  *
  * @ingroup xlat_functions
  */