On Tue, Oct 27, 2015 at 11:51:23AM +0100, Jan Pazdziora wrote: > > Specifically I believe the attached patch against > https://git.fedorahosted.org/cgit/fedora-atomic.git master branch > might be a good start.
I have now rebased the patch on top of master to make it easy to apply, please find it attached. Of course, the silence I got on the initial patch might mean that folks are not happy about the change in general, that it should not be done this way, or that I'm trying to do it in a wrong place or wrong repo. Any guidance on that front would also be appreciated. Thank you, -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat
>From d8a82bd9fa349fcba25d4d7bd734a27764a91304 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora <jpazdzi...@redhat.com> Date: Sun, 8 Nov 2015 14:19:11 +0100 Subject: [PATCH] Adding sssd-client for PAM and NSS and oddjob-mkhomedir for homedir population. --- fedora-atomic-docker-host.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index ae883da..cebebf9 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -23,7 +23,7 @@ "check-groups": { "type": "file", "filename": "group" }, "packages": ["atomic", - "glibc", "nss-altfiles", "shadow-utils", + "glibc", "nss-altfiles", "shadow-utils", "sssd-client", "fedora-release", "dracut-config-generic", "kernel", "dracut-network", @@ -69,7 +69,8 @@ "flannel", "docker", "python-docker-py", - "iscsi-initiator-utils"], + "iscsi-initiator-utils", + "oddjob-mkhomedir"], "default_target": "multi-user.target", -- 2.5.0