Lines Matching defs:homedir
55 const char *homedir;
57 homedir = sss_view_ldb_msg_find_attr_as_string(dom, msg, SYSDB_HOMEDIR,
59 homedir_ctx->original = homedir;
79 if (!homedir || *homedir == '\0') {
80 /* In the case of a NULL or empty homedir, check to see if
81 * we have a fallback homedir to use.
93 return expand_homedir_template(mem_ctx, homedir,
107 const char *homedir;
114 homedir = nss_get_homedir_override(mem_ctx, msg, nss_ctx, domain, &hd_ctx);
115 if (homedir == NULL) {
119 return homedir;
177 const char *homedir;
198 homedir = nss_get_homedir(mem_ctx, nss_ctx, domain, msg, name, upn, uid);
218 to_sized_string(_homedir, homedir);
237 struct sized_string homedir;
270 &name, &gecos, &homedir, &shell);
278 + name->len + gecos.len + homedir.len
293 SAFEALIGN_SET_STRING(&body[rp], homedir.str, homedir.len, &rp);
303 uid, gid, &gecos, &homedir, &shell);