diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nsssd-nslcd.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nsssd-nslcd.html b/doc/nsssd-nslcd.html index ce6fea8..1398fe5 100644 --- a/doc/nsssd-nslcd.html +++ b/doc/nsssd-nslcd.html @@ -46,10 +46,10 @@ a script as a part of a "nsssd" on how to run such a service. The simplest way to do so, for testing purposes, is a command line such as: </p> -<pre>s6-ipcserver -l0 /run/service/nsss/s nsssd-nslcd /var/run/nslcd/socket</pre> +<pre>s6-ipcserver -l0 /run/service/nsssd/s nsssd-nslcd /var/run/nslcd/socket</pre> <p> -<tt>/run/service/nsss/s</tt> is the default place where nsss's +<tt>/run/service/nsssd/s</tt> is the default place where nsss's implementation of the <tt>pwd.h</tt>, <tt>grp.h</tt> and <tt>shadow.h</tt> functions expects the nsssd service to be. It can be changed at nsss build time by giving the |