summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_s2n_exop.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-02-07 13:04:24 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-08-08 17:01:28 +0200
commita37bf040638ce3015c3af0a24767b1c326121e21 (patch)
tree7f65d22475e0cdaafade54faa698a4744d604b3e /src/providers/ipa/ipa_s2n_exop.c
parentcfc1261c097af429cdd72b68166b7f2c3b5c95cb (diff)
downloadsssd-a37bf040638ce3015c3af0a24767b1c326121e21.tar.gz
sssd-a37bf040638ce3015c3af0a24767b1c326121e21.tar.xz
sssd-a37bf040638ce3015c3af0a24767b1c326121e21.zip
NSS: Add original homedir to home directory template optionssssd-1.9.2-101.el6
https://fedorahosted.org/sssd/ticket/1805
Diffstat (limited to 'src/providers/ipa/ipa_s2n_exop.c')
-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;