Lines Matching defs:user
36 struct sss_domain_info *dom, const char *user,
42 if (krb5_ctx == NULL || dom == NULL || user == NULL || _upn == NULL) {
60 ret = krb5_get_simple_upn(mem_ctx, krb5_ctx, dom, user,
81 const char *user,
94 if (sysdb == NULL || user == NULL || upn == NULL) {
104 ret = sysdb_get_user_attr(tmp_ctx, domain, user, attrs, &res);
111 DEBUG(SSSDBG_OP_FAILURE, "[%d] user objects for name [%s] found, " \
112 "expected 1.\n", res->count, user);
139 "for user [%s].\n",
142 upn, user);
280 if (kr->pd->user == NULL) {
282 "Cannot expand user name template "
283 "because user name is empty.\n");
287 name = sss_output_name(tmp_ctx, kr->pd->user, case_sensitive, 0);
309 "Cannot expand user principal name template "