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

/sssd-io/src/db/
H A Dsysdb_subdomains.c37 bool mpg,
129 dom->mpg = mpg;
323 bool mpg; local
379 mpg = ldb_msg_find_attr_as_bool(res->msgs[i],
443 if (dom->mpg != mpg) {
446 dom->mpg ? "true" : "false",
447 mpg ? "true" : "false");
448 dom->mpg
31 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, const char **upn_suffixes, uint32_t trust_direction, struct confdb_ctx *confdb) argument
894 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.h201 bool mpg,
H A Dsysdb_search.c905 if (domain->mpg) {
1059 if (domain->mpg) {
1124 if (domain->mpg) {
H A Dsysdb_ops.c497 if (domain->mpg) {
1971 if (domain->mpg) {
2008 if (domain->mpg) {
2092 if (domain->mpg) {
2226 if (domain->mpg) {
2838 if (uid && !gid && domain->mpg) {
H A Dsysdb.h152 #define SYSDB_SUBDOMAIN_MPG "mpg"
527 bool mpg, bool enumerate, const char *forest,
/sssd-io/src/responder/nss/
H A Dnss_protocol_sid.c26 bool mpg,
50 if (mpg) {
78 ret = find_sss_id_type(result->msgs[0], result->domain->mpg, _type);
25 find_sss_id_type(struct ldb_message *msg, bool mpg, enum sss_id_type *id_type) argument
/sssd-io/src/tools/
H A Dsss_groupshow.c42 bool mpg; member in struct:group_info
594 info->mpg = true;
616 g->mpg ? _("Magic Private ") : "",
/sssd-io/src/providers/ad/
H A Dad_subdomains.c413 bool mpg; local
462 mpg = sdap_idmap_domain_has_algorithmic_mapping(idmap_ctx, name, sid_str);
463 if (mpg == false) {
468 mpg = domain->mpg;
472 mpg, enumerate, domain->forest, 0, NULL);
H A Dad_id.c1143 if (params->be_ctx->domain->mpg == true
/sssd-io/src/confdb/
H A Dconfdb.h309 bool mpg; member in struct:sss_domain_info
H A Dconfdb.c939 ret = get_entry_as_bool(res->msgs[0], &domain->mpg,
983 domain->mpg = true;
/sssd-io/src/tests/cmocka/
H A Dtest_ldap_id_cleanup.c124 test_ctx->domain->mpg = false;
H A Dtest_sysdb_views.c161 test_ctx->domain->mpg = false;
391 test_ctx->domain->mpg = false;
458 test_ctx->domain->mpg = false;
/sssd-io/src/providers/ldap/
H A Dsdap_async_users.c392 if (IS_SUBDOMAIN(dom) || dom->mpg == true) {
414 } else if (dom->mpg) {
473 && dom->mpg == false
H A Dldap_id.c1079 && state->domain->mpg == true) {
/sssd-io/src/providers/ipa/
H A Dipa_subdomains.c557 bool mpg; local
597 mpg = sdap_idmap_domain_has_algorithmic_mapping(sdap_idmap_ctx, name, id);
625 id, mpg, enumerate, forest,
H A Dipa_s2n_exop.c2404 if (dom->mpg == false) {
2475 if (ret == EEXIST && dom->mpg == true) {
/sssd-io/src/tests/
H A Dsysdb-tests.c5704 test_ctx->domain->mpg = false;
7091 /* Since this is a local (mpg) domain, verify the user groups

Completed in 123 milliseconds