diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsconf1_gssforwardservicename.html | 1 | ||||
-rw-r--r-- | doc/rsconf1_gssmode.html | 11 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/rsconf1_gssforwardservicename.html b/doc/rsconf1_gssforwardservicename.html index 63ca9c1f..9d39dc2a 100644 --- a/doc/rsconf1_gssforwardservicename.html +++ b/doc/rsconf1_gssforwardservicename.html @@ -6,6 +6,7 @@ <h2>$GssForwardServiceName</h2> <p><b>Type:</b> global configuration directive</p> <p><b>Default:</b> host</p> +<p><b>Provided by:</b> <i>omgssapi</i></p> <p><b>Description:</b></p> <p>Specifies the service name used by the client when forwarding GSS-API wrapped messages.</p> <p>The GSS-API service names are constructed by appending '@' and a hostname following "@@" in each selector.</p> diff --git a/doc/rsconf1_gssmode.html b/doc/rsconf1_gssmode.html index 6981f1fe..71c50696 100644 --- a/doc/rsconf1_gssmode.html +++ b/doc/rsconf1_gssmode.html @@ -5,13 +5,12 @@ <body> <h2>$GssMode</h2> <p><b>Type:</b> global configuration directive</p> -<p><b>Default:</b> none</p> +<p><b>Default:</b> encryption</p> +<p><b>Provided by:</b> <i>omgssapi</i></p> <p><b>Description:</b></p> -<p>Specifies GSS-API mode to use, which can be "none" - GSS-API - is disabled, "integrity" - clients are authenticated and - messages are checked for integrity, "encryption" - same as - "integrity", but messages are also encrypted if both sides support it. -<p><b>Sample:</b></p> +<p>Specifies GSS-API mode to use, which can be "<b>integrity</b>" - clients are authenticated and + messages are checked for integrity, "<b>encryption</b>" - same as + "integrity", but messages are also encrypted if both sides support it.<p><b>Sample:</b></p> <p><code><b>$GssMode Encryption</b></code></p> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual |