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

/sssd/src/providers/ad/
H A Dad_gpo.c2454 int rdn_count = 0; local
2473 rdn_count = ldb_dn_get_comp_num(ldb_target_dn);
2474 if (rdn_count == -1) {
2479 if (rdn_count == 0) {
2486 /* include space for Site SOM and NULL: rdn_count + 1 + 1 */
2487 som_list = talloc_array(tmp_ctx, struct gp_som *, rdn_count + 1 + 1);

Completed in 574 milliseconds