diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2013-02-07 13:04:24 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-08 17:01:28 +0200 |
commit | a37bf040638ce3015c3af0a24767b1c326121e21 (patch) | |
tree | 7f65d22475e0cdaafade54faa698a4744d604b3e /src/providers | |
parent | cfc1261c097af429cdd72b68166b7f2c3b5c95cb (diff) | |
download | sssd-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')
-rw-r--r-- | src/providers/ipa/ipa_s2n_exop.c | 1 |
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; |