Searched defs:sysdb_filter (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async_netgroups.c251 char *sysdb_filter; local
337 sysdb_filter = talloc_asprintf(state, "(&(%s)%s)", SYSDB_NC, dn_filter);
338 if (sysdb_filter == NULL) {
351 sysdb_filter, cn_attr, &sysdb_count, &sysdb_res);
353 talloc_zfree(sysdb_filter);

Completed in 16 milliseconds