mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Add troubleshooting step for pam home dirs (#1550)
* Add troubleshooting step for pam home dirs
This commit is contained in:
parent
3e860feb13
commit
ab49c7f21d
|
@ -489,3 +489,8 @@ may have your laptop in a park without wifi.
|
||||||
Clearing the cache, however, completely wipes all local data about all accounts and groups. If you
|
Clearing the cache, however, completely wipes all local data about all accounts and groups. If you
|
||||||
are relying on this cached (but invalid) data, you may lose access to your accounts until other
|
are relying on this cached (but invalid) data, you may lose access to your accounts until other
|
||||||
communication issues have been resolved.
|
communication issues have been resolved.
|
||||||
|
|
||||||
|
### Home directories are not created via SSH
|
||||||
|
|
||||||
|
Ensure that `UsePAM yes` is set in `sshd_config`. Without this the pam session module won't be
|
||||||
|
triggered which prevents the background task being completed.
|
||||||
|
|
Loading…
Reference in a new issue