From: Nick Porter Date: Thu, 21 Sep 2023 16:30:39 +0000 (+0100) Subject: Better comment for LDAP profile xlat X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704efe8f0e09166f387a314259d98bd89ca174b9;p=thirdparty%2Ffreeradius-server.git Better comment for LDAP profile xlat --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 0f331b7ca4a..b966ddf41e5 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -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 */