diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-20 03:51:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-20 03:51:23 +0000 |
commit | bcfcaee5c07c365e8f63c0462d3958b60e7ea08a (patch) | |
tree | 0c538460b89702f9e101aa75fd2242efa89c077b /doc/s6-tcpserver-access.html | |
parent | 538db66194f396cf35f6c1113851fcbc321464d7 (diff) | |
download | s6-networking-bcfcaee5c07c365e8f63c0462d3958b60e7ea08a.tar.xz |
Document it
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tcpserver-access.html')
-rw-r--r-- | doc/s6-tcpserver-access.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index d5b3ece..15f4246 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -138,7 +138,8 @@ against a filesystem-based database in the <em>rulesdir</em> directory. </li> <li> <tt>-x <em>rulesfile</em></tt> : check client credentials against a <a href="https://en.wikipedia.org/wiki/Cdb_(software)">cdb</a> database in the <em>rulesfile</em> file. <tt>-i</tt> and <tt>-x</tt> are -mutually exclusive. </li> +mutually exclusive. If none of those options is given, no credential +checking will be performed. </li> </ul> <h2> Access rule checking </h2> |