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

/sssd-io/src/lib/idmap/
H A Dsss_idmap_private.h45 id_t idmap_lower; member in struct:sss_idmap_opts
H A Dsss_idmap.c263 ctx->idmap_opts.idmap_lower = SSS_IDMAP_DEFAULT_LOWER;
405 id_t idmap_lower; local
414 idmap_lower = ctx->idmap_opts.idmap_lower;
419 max_slices = (idmap_upper - idmap_lower) / rangesize;
429 min = (rangesize * new_slice) + idmap_lower;
458 min = (rangesize * new_slice) + idmap_lower;
475 min = (rangesize * new_slice) + idmap_lower;
493 _range->min = (rangesize * new_slice) + idmap_lower;
1480 ctx->idmap_opts.idmap_lower
[all...]
/sssd-io/src/providers/ldap/
H A Dsdap_idmap.c142 id_t idmap_lower; local
160 idmap_lower = dp_opt_get_int(idmap_ctx->id_ctx->opts->basic,
173 || idmap_upper <= idmap_lower
174 || (idmap_upper-idmap_lower) < rangesize)
179 idmap_lower, idmap_upper, rangesize);
184 if (((idmap_upper - idmap_lower) % rangesize) != 0) {
207 err |= sss_idmap_ctx_set_lower(idmap_ctx->map, idmap_lower);

Completed in 15 milliseconds