summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-02-07 13:04:24 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-02-10 19:43:16 +0100
commitfb91c1c9275ae93293d0b182c6ba892438d9cdcf (patch)
treecad2760d0cf8e4b70ab18421d91f79f127791415 /src/providers
parent1117cf65b89b6cbd3a3b1e34589f57ab71a35d60 (diff)
downloadsssd-fb91c1c9275ae93293d0b182c6ba892438d9cdcf.tar.gz
sssd-fb91c1c9275ae93293d0b182c6ba892438d9cdcf.tar.xz
sssd-fb91c1c9275ae93293d0b182c6ba892438d9cdcf.zip
NSS: Add original homedir to home directory template options
https://fedorahosted.org/sssd/ticket/1805
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ipa/ipa_s2n_exop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_s2n_exop.c b/src/providers/ipa/ipa_s2n_exop.c
index 8fc22819b..be64e4078 100644
--- a/src/providers/ipa/ipa_s2n_exop.c
+++ b/src/providers/ipa/ipa_s2n_exop.c
@@ -629,6 +629,7 @@ static void ipa_s2n_get_user_done(struct tevent_req *subreq)
state->dom->subdomain_homedir,
attrs->a.user.pw_name,
attrs->a.user.pw_uid,
+ NULL,
state->dom->name);
if (homedir == NULL) {
ret = ENOMEM;