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

/sssd-io/src/providers/ad/
H A Dad_gpo.c2472 int rdn_count = 0; local
2491 rdn_count = ldb_dn_get_comp_num(ldb_target_dn);
2492 if (rdn_count == -1) {
2497 if (rdn_count == 0) {
2504 /* include space for Site SOM and NULL: rdn_count + 1 + 1 */
2505 som_list = talloc_array(tmp_ctx, struct gp_som *, rdn_count + 1 + 1);

Completed in 51 milliseconds