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:
Flakebi 2021-03-07 15:38:28 +01:00 committed by Firstyear
parent 7baff8db91
commit 762d809ec1

View file

@ -176,7 +176,7 @@ To debug the pam module interactions add `debug` to the module arguments such as
### Check the socket permissions ### 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. ls or other tools.
### Check you can access the kanidm server ### Check you can access the kanidm server