diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 15:11:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 15:11:27 +0200 |
commit | d7cfdcf28c1239908619aadac6ef4fa43f1b93fd (patch) | |
tree | af20be0c0d514d0fccfd038dffff533bdca18ed8 /doc | |
parent | b6340c77148a28682d347806860d4bd62be4f608 (diff) | |
download | rsyslog-d7cfdcf28c1239908619aadac6ef4fa43f1b93fd.tar.gz rsyslog-d7cfdcf28c1239908619aadac6ef4fa43f1b93fd.tar.bz2 rsyslog-d7cfdcf28c1239908619aadac6ef4fa43f1b93fd.zip |
clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]
in doc set (require TLS drivers)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 1a24e793..2dc8aa24 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -146,10 +146,12 @@ default 60000 (1 minute)]</li> <li><a href="rsconf1_actionresumeinterval.html">$ActionResumeInterval</a></li> <li>$ActionResumeRetryCount <number> [default 0, -1 means eternal]</li> <li>$ActionSendResendLastMsgOnReconn <[on/<b>off</b>]> specifies if the last message is to be resend when a connecition broken and has been reconnedcted. May increase reliability, but comes at the risk of message duplication. -<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action +<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action. </li><li>$ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver -(driver-specific)</li><li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver -(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer +(driver-specific)</li><li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver. Note that this directive requires TLS +netstream drivers. For all others, it will be ignored. +(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer. Note that this directive requires TLS +netstream drivers. For all others, it will be ignored. (driver-specific) -<span style="font-weight: bold;"> directive may go away</span>!</li> <li><a href="rsconf1_allowedsender.html">$AllowedSender</a></li> <li><a href="rsconf1_controlcharacterescapeprefix.html">$ControlCharacterEscapePrefix</a></li> |