mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
Fix typo in kanidm_unixd socket path
The path is /var/run/kanidm-unixd/sock, not /var/run/kanidm.sock.
This commit is contained in:
parent
7baff8db91
commit
762d809ec1
|
@ -176,7 +176,7 @@ To debug the pam module interactions add `debug` to the module arguments such as
|
|||
|
||||
### Check the socket permissions
|
||||
|
||||
Check that the /var/run/kanidm.sock is 777, and that non-root readers can see it with
|
||||
Check that the /var/run/kanidm-unixd/sock is 777, and that non-root readers can see it with
|
||||
ls or other tools.
|
||||
|
||||
### Check you can access the kanidm server
|
||||
|
|
Loading…
Reference in a new issue