sssd / fedorapeople: override homedir in case it gets set to /home
I'm not sure what is causing some users to get /home/user instead of /home/fedora/user. The ipa default is /home/fedora. Noggin doesn't appear to override anything. In any case fedorapeople is where this is really important as we have web config and the like expecting /home/fedora/user. So, lets override in sssd to make sure it uses the right place. I'm also going to manually fix those users that are currently wrong. See infra 10315 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
51e29f46c9
commit
d6f742aaf7
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ services = nss, sudo, pam, ssh
|
|||
|
||||
domains = fedoraproject.org
|
||||
[nss]
|
||||
override_homedir = /home/fedora/%u
|
||||
homedir_substring = /home/fedora
|
||||
|
||||
[pam]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue