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

/sssd/src/providers/ldap/
H A Dsdap_access.c1321 const char **ppolicy_dns; member in struct:sdap_access_ppolicy_req_ctx
1425 const char **ppolicy_dns; local
1434 ppolicy_dns = talloc_array(mem_ctx, const char*, count + 1);
1437 ppolicy_dns[i] = talloc_asprintf(mem_ctx, "cn=ppolicy,ou=policies,%s",
1441 ppolicy_dns[count] = NULL;
1442 return ppolicy_dns;
1476 state->ppolicy_dns = talloc_array(state, const char*, 2);
1477 if (state->ppolicy_dns == NULL) {
1478 DEBUG(SSSDBG_CRIT_FAILURE, "Could not allocate ppolicy_dns.\n");
1483 state->ppolicy_dns[
[all...]

Completed in 16 milliseconds