From 96b390934051e8b0de71ccf71538e8ae3319f00d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 20 Nov 2007 16:10:35 +0000 Subject: dded user doc for gssapi patch from varmojfekoj - thanks! --- doc/rsconf1_gssforwardservicename.html | 23 +++++++++++++++++++++++ doc/rsconf1_gsslistenservicename.html | 22 ++++++++++++++++++++++ doc/rsconf1_gssmode.html | 25 +++++++++++++++++++++++++ doc/rsyslog_conf.html | 3 +++ 4 files changed, 73 insertions(+) create mode 100644 doc/rsconf1_gssforwardservicename.html create mode 100644 doc/rsconf1_gsslistenservicename.html create mode 100644 doc/rsconf1_gssmode.html (limited to 'doc') diff --git a/doc/rsconf1_gssforwardservicename.html b/doc/rsconf1_gssforwardservicename.html new file mode 100644 index 00000000..63ca9c1f --- /dev/null +++ b/doc/rsconf1_gssforwardservicename.html @@ -0,0 +1,23 @@ + + +rsyslog.conf file + + +

$GssForwardServiceName

+

Type: global configuration directive

+

Default: host

+

Description:

+

Specifies the service name used by the client when forwarding GSS-API wrapped messages.

+

The GSS-API service names are constructed by appending '@' and a hostname following "@@" in each selector.

+

Sample:

+

$GssForwardServiceName rsyslog

+ +

[rsyslog.conf overview] [manual +index] [rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2007 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + diff --git a/doc/rsconf1_gsslistenservicename.html b/doc/rsconf1_gsslistenservicename.html new file mode 100644 index 00000000..cd03dc58 --- /dev/null +++ b/doc/rsconf1_gsslistenservicename.html @@ -0,0 +1,22 @@ + + +rsyslog.conf file + + +

$GssListenServiceName

+

Type: global configuration directive

+

Default: host

+

Description:

+

Specifies the service name used by the server when listening for GSS-API wrapped messages.

+

Sample:

+

$GssForwardServiceName rsyslog

+ +

[rsyslog.conf overview] [manual +index] [rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2007 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + diff --git a/doc/rsconf1_gssmode.html b/doc/rsconf1_gssmode.html new file mode 100644 index 00000000..6981f1fe --- /dev/null +++ b/doc/rsconf1_gssmode.html @@ -0,0 +1,25 @@ + + +rsyslog.conf file + + +

$GssMode

+

Type: global configuration directive

+

Default: none

+

Description:

+

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. +

Sample:

+

$GssMode Encryption

+ +

[rsyslog.conf overview] [manual +index] [rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2007 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 266a6dcb..b03bd121 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -40,6 +40,9 @@ a description.

  • $FileCreateMode
  • $FileGroup
  • $FileOwner
  • +
  • $GssForwardServiceName
  • +
  • $GssListenServiceName
  • +
  • $GssMode
  • $IncludeConfig
  • $MainMsgQueueSize
  • $ModDir
  • -- cgit