From a37bf040638ce3015c3af0a24767b1c326121e21 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Feb 2013 13:04:24 -0500 Subject: NSS: Add original homedir to home directory template options https://fedorahosted.org/sssd/ticket/1805 --- src/providers/ipa/ipa_s2n_exop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ipa/ipa_s2n_exop.c') 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; -- cgit