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

/sssd/src/util/
H A Dusertools.c386 char *rdomain, *rname; local
400 rdomain = NULL;
428 rdomain = talloc_strdup(tmp_ctx, match->name);
429 if (rdomain == NULL) {
447 if (rdomain == NULL && rname == NULL) {
451 rdomain = NULL;
453 rdomain = talloc_strdup(tmp_ctx, default_domain);
454 if (rdomain == NULL) {
461 match = match_any_domain_or_subdomain_name(dom, rdomain);
468 "not known\n", rdomain);
[all...]

Completed in 12 milliseconds