UOB-AI / UOB-AI.github.io

A repository to host our documentations website.
https://UOB-AI.github.io
1 stars 3 forks source link

Home directories are not created automatically after first login #5

Closed asubah closed 1 year ago

asubah commented 1 year ago

Users reported that they don't have a home directory after first login. This issue appeared after we limited write access to /home/nfs, so users can't create directories or delete directories there.

asubah commented 1 year ago

The issue was solved by enabling the oddjobd service by running the following command as root:

sudo authconfig --enablemkhomedir --update

Check this post https://serverfault.com/questions/725547/unable-to-create-home-directory-for-ldap-login