diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2013-02-07 13:04:24 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-02-10 19:36:12 +0100 |
commit | 2cbb879c517f2c756a2eb3962527979bac01ddab (patch) | |
tree | 882adf430f134d30d4c34a8368a47e19f229f3f3 /src/providers | |
parent | fa551077410019fb34460dc730950e93b62b2963 (diff) | |
download | sssd-2cbb879c517f2c756a2eb3962527979bac01ddab.tar.gz sssd-2cbb879c517f2c756a2eb3962527979bac01ddab.tar.bz2 sssd-2cbb879c517f2c756a2eb3962527979bac01ddab.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.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 0b4842cc..be088664 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; |