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

/sssd-io/src/db/
H A Dsysdb_subdomains.c104 dom->domain_id = talloc_strdup(dom, id);
105 if (dom->domain_id == NULL) {
431 if (strcasecmp(dom->domain_id, id) != 0) {
434 dom->domain_id, id);
435 talloc_zfree(dom->domain_id);
436 dom->domain_id = talloc_strdup(dom, id);
437 if (dom->domain_id == NULL) {
611 (domain->domain_id == NULL ||
612 strcasecmp(tmp_str, domain->domain_id) != 0)) {
613 talloc_free(domain->domain_id);
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...]
/sssd-io/src/confdb/
H A Dconfdb.h350 char *domain_id; member in struct:sss_domain_info

Completed in 16 milliseconds