Searched refs:mpg (Results 1 - 14 of 14) sorted by relevance

/sssd/src/db/
H A Dsysdb_subdomains.c32 bool mpg,
113 dom->mpg = mpg;
249 bool mpg; local
305 mpg = ldb_msg_find_attr_as_bool(res->msgs[i],
369 if (dom->mpg != mpg) {
372 dom->mpg ? "true" : "false",
373 mpg ? "true" : "false");
374 dom->mpg
26 new_subdomain(TALLOC_CTX *mem_ctx, struct sss_domain_info *parent, const char *name, const char *realm, const char *flat_name, const char *id, bool mpg, bool enumerate, const char *forest, uint32_t trust_direction) argument
822 sysdb_subdomain_store(struct sysdb_ctx *sysdb, const char *name, const char *realm, const char *flat_name, const char *domain_id, bool mpg, bool enumerate, const char *forest, uint32_t trust_direction, struct ldb_message_element *upn_suffixes) argument
[all...]
H A Dsysdb_private.h190 bool mpg,
H A Dsysdb_search.c846 if (domain->mpg) {
1001 if (domain->mpg) {
1066 if (domain->mpg) {
H A Dsysdb_ops.c1848 if (domain->mpg) {
1885 if (domain->mpg) {
1930 if (domain->mpg) {
2072 if (domain->mpg) {
2638 if (uid && !gid && domain->mpg) {
H A Dsysdb.h147 #define SYSDB_SUBDOMAIN_MPG "mpg"
470 bool mpg, bool enumerate, const char *forest,
/sssd/src/tools/
H A Dsss_groupshow.c42 bool mpg; member in struct:group_info
594 info->mpg = true;
616 g->mpg ? _("Magic Private ") : "",
/sssd/src/confdb/
H A Dconfdb.h264 bool mpg; member in struct:sss_domain_info
H A Dconfdb.c946 domain->mpg = true;
/sssd/src/tests/cmocka/
H A Dtest_ldap_id_cleanup.c124 test_ctx->domain->mpg = false;
H A Dtest_sysdb_views.c160 test_ctx->domain->mpg = false;
390 test_ctx->domain->mpg = false;
457 test_ctx->domain->mpg = false;
/sssd/src/providers/ad/
H A Dad_subdomains.c294 bool mpg; local
343 mpg = sdap_idmap_domain_has_algorithmic_mapping(idmap_ctx, name, sid_str);
346 mpg, enumerate, domain->forest, 0, NULL);
/sssd/src/providers/ipa/
H A Dipa_subdomains.c390 bool mpg; local
430 mpg = sdap_idmap_domain_has_algorithmic_mapping(sdap_idmap_ctx, name, id);
458 id, mpg, enumerate, forest,
H A Dipa_s2n_exop.c2164 if (dom->mpg == false) {
2223 if (ret == EEXIST && dom->mpg == true) {
/sssd/src/responder/nss/
H A Dnsssrv_cmd.c3982 /* FIXME: what about mpg, should we return the user's GID ? */
4768 bool mpg,
4792 if (mpg) {
5142 ret = find_sss_id_type(dctx->res->msgs[0], dctx->domain->mpg, &id_type);
4767 find_sss_id_type(struct ldb_message *msg, bool mpg, enum sss_id_type *id_type) argument

Completed in 5253 milliseconds