diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-02 13:10:10 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-02 13:10:10 +0000 |
commit | 5c0f43c010f2ddd25b36060687adc9f08ccdb766 (patch) | |
tree | 07f555dc29eac0a282dcfdef477b68fe29216026 | |
parent | dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 (diff) | |
download | rsyslog-5c0f43c010f2ddd25b36060687adc9f08ccdb766.tar.gz rsyslog-5c0f43c010f2ddd25b36060687adc9f08ccdb766.tar.xz rsyslog-5c0f43c010f2ddd25b36060687adc9f08ccdb766.zip |
reflected latest omgssapi changes
-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 |