Enable homedir creation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
realmd (Ubuntu) |
Triaged
|
Wishlist
|
Andreas Hasenack |
Bug Description
We should enable automatic home directory creation in realmd, when it is used to join a domain. Otherwise, all our instructions have to be followed by "And please call `sudo pam-auth-update --enable mkhomedir`".
realmd has a series of service/
[commands]
winbind-
...
Notice how it's there that they enable home dir creation, via the oddjob package/service. For debian, we have:
[commands]
# Various pam and nss plugins are automatically configured when
# installed on debian. So just stub them out.
winbind-
winbind-
sssd-enable-logins =
sssd-disable-logins =
...
I suggest we change service/
[commands]
winbind-
winbind-
sssd-enable-logins = /usr/sbin/
sssd-disable-logins = /usr/sbin/
As the other bits about nss and pam are already taken care by the package's themselves in postinst, like the comment above says about the debian case.
affects: | sssd (Ubuntu) → realmd (Ubuntu) |
Changed in realmd (Ubuntu): | |
assignee: | nobody → Andreas Hasenack (ahasenack) |