summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-03-14 06:18:45 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:43 -0400
commit8ccb0de226ccb9330f5a6865de487d6f0313902d (patch)
tree7f6988948cca1599d302dea5eb83da598beda022 /src/util
parentd1cec5a8fc58293231c72c1f967ef5421a24a33b (diff)
downloadsssd-8ccb0de226ccb9330f5a6865de487d6f0313902d.tar.gz
sssd-8ccb0de226ccb9330f5a6865de487d6f0313902d.tar.xz
sssd-8ccb0de226ccb9330f5a6865de487d6f0313902d.zip
New config option for subdomains
subdomain_homedir - if set, it contains default value, can be overriden in further processing
Diffstat (limited to 'src/util')
-rw-r--r--src/util/domain_info_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/domain_info_utils.c b/src/util/domain_info_utils.c
index e66bb154a..d8de790d9 100644
--- a/src/util/domain_info_utils.c
+++ b/src/util/domain_info_utils.c
@@ -85,6 +85,8 @@ struct sss_domain_info *new_subdomain(TALLOC_CTX *mem_ctx,
dom->service_timeout = parent->service_timeout;
dom->override_homedir = parent->override_homedir;
+ dom->subdomain_homedir = parent->subdomain_homedir;
+
if (parent->sysdb == NULL) {
DEBUG(SSSDBG_OP_FAILURE, ("Missing sysdb context in parent domain.\n"));
goto fail;