]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lsa_server4: Fix comments
authorVolker Lendecke <vl@samba.org>
Mon, 5 May 2025 08:53:25 +0000 (10:53 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 15 May 2025 14:03:34 +0000 (14:03 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/rpc_server/lsa/dcesrv_lsa.c

index 8956a68981b058ba69f780085fdb079b6ffc99c2..0440d8740103a4fae7743458d8aa0f7e751375fd 100644 (file)
@@ -2845,7 +2845,7 @@ static NTSTATUS dcesrv_lsa_EnumTrustDom(struct dcesrv_call_state *dce_call, TALL
 
        policy_state = policy_handle->data;
 
-       /* search for all users in this domain. This could possibly be cached and
+       /* search for all trusted domains. This could possibly be cached and
           resumed based on resume_key */
        count = gendb_search(policy_state->sam_ldb, mem_ctx, policy_state->system_dn, &domains, attrs,
                             "objectclass=trustedDomain");
@@ -2937,7 +2937,7 @@ static NTSTATUS dcesrv_lsa_EnumTrustedDomainsEx(struct dcesrv_call_state *dce_ca
 
        policy_state = policy_handle->data;
 
-       /* search for all users in this domain. This could possibly be cached and
+       /* search for all trusted domains. This could possibly be cached and
           resumed based on resume_key */
        count = gendb_search(policy_state->sam_ldb, mem_ctx, policy_state->system_dn, &domains, attrs,
                             "objectclass=trustedDomain");