diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-22 18:58:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-22 18:58:04 +0200 |
commit | 492fb2ffe2541b0de30997ee188d0bc8c868f18d (patch) | |
tree | a9c4564ccf0e9818c14544426b9bf7e58ad5599e /doc/rsyslog_conf.html | |
parent | 57b203223506ab723e5c4fe46d56156a71adecde (diff) | |
download | rsyslog-492fb2ffe2541b0de30997ee188d0bc8c868f18d.tar.gz rsyslog-492fb2ffe2541b0de30997ee188d0bc8c868f18d.tar.xz rsyslog-492fb2ffe2541b0de30997ee188d0bc8c868f18d.zip |
changed config directive name to reflect different use
$ActionSendStreamDriverCertFingerprint is now
$ActionSendStreamDriverPermittedPeer and can be used both for
fingerprint and name authentication (similar to the input side)
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r-- | doc/rsyslog_conf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 8cd79cd1..efb3ad0c 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -123,7 +123,7 @@ default 60000 (1 minute)]</li> <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>$ActionSendStreamDriverCertFingerprint <sha1-fingerprint>, accepted fingerprint +(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer (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> @@ -1201,4 +1201,4 @@ additional and database support). For obvious reasons, the syntax for defining such features is available in rsyslogd, only.<br> </p> -</body></html>
\ No newline at end of file +</body></html> |