Lines Matching defs:dom
52 struct sss_domain_info *dom,
57 homedir = sss_view_ldb_msg_find_attr_as_string(dom, msg, SYSDB_HOMEDIR,
62 if (dom->homedir_substr != NULL) {
63 homedir_ctx->config_homedir_substr = dom->homedir_substr;
71 if (dom->override_homedir) {
72 return expand_homedir_template(mem_ctx, dom->override_homedir,
73 dom->case_preserve, homedir_ctx);
76 dom->case_preserve, homedir_ctx);
83 if (dom->fallback_homedir) {
84 return expand_homedir_template(mem_ctx, dom->fallback_homedir,
85 dom->case_preserve, homedir_ctx);
88 dom->case_preserve, homedir_ctx);
94 dom->case_preserve, homedir_ctx);