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");
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");