Lines Matching refs:realm
20 const char *realm, in user_record_synthesize() argument
45 if (realm) { in user_record_synthesize()
46 r = suitable_realm(realm); in user_record_synthesize()
64 if (realm) { in user_record_synthesize()
65 rr = strdup(realm); in user_record_synthesize()
69 user_name_and_realm = strjoin(user_name, "@", realm); in user_record_synthesize()
85 … JSON_BUILD_PAIR_CONDITION(!!rr, "realm", JSON_BUILD_STRING(realm)), in user_record_synthesize()
98 free_and_replace(h->realm, rr); in user_record_synthesize()
128 if (h->realm) { in group_record_synthesize()
129 rr = strdup(h->realm); in group_record_synthesize()
158 free_and_replace(g->realm, rr); in group_record_synthesize()