Lines Matching refs:fqname
839 const char *fqname, uint32_t uid,
855 "Original home directory for user: %s is empty.\n", fqname);
863 homedir_ctx.username = fqname;
893 const char *fqname, const char *homedir)
929 ret = sysdb_set_user_attr(domain, fqname, attrs, SYSDB_MOD_REP);
963 const char *fqname;
989 fqname = ldb_msg_find_attr_as_string(msg, SYSDB_NAME, NULL);
990 if (fqname == NULL) {
999 fqname);
1006 DEBUG(SSSDBG_TRACE_ALL, "Missing homedir of %s.\n", fqname);
1009 ret = get_subdomain_homedir_of_user(mem_ctx, dom, fqname, uid, original,
1022 ret = store_homedir_of_user(dom, fqname, homedir);