diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-21 11:41:15 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-21 11:41:15 +0200 |
commit | 350f28efd97ff8f84fa0c86b5655e1cef8d4596e (patch) | |
tree | 8c8d0e69931beffb81dfd2ffe118ee3620f0c4fc /doc/imtcp.html | |
parent | cb8188da16d0ff66ef6bc2f9b0b52554651f06b2 (diff) | |
download | rsyslog-350f28efd97ff8f84fa0c86b5655e1cef8d4596e.tar.gz rsyslog-350f28efd97ff8f84fa0c86b5655e1cef8d4596e.tar.xz rsyslog-350f28efd97ff8f84fa0c86b5655e1cef8d4596e.zip |
added new transport auth methods to doc set
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r-- | doc/imtcp.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index b2c6d21d..86c50dba 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -1,8 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> -<meta http-equiv="Content-Language" content="en"><title>TCP Syslog Input Module</title> - -</head> +<meta http-equiv="Content-Language" content="en"><title>TCP Syslog Input Module</title></head> <body> <h1>TCP Syslog Input Module</h1> <p><b>Module Name: imtcp</b></p> @@ -23,7 +21,12 @@ $InputTCPServerRun multiple times. This is not currently supported. <li>$InputTCPServerRun <port><br> Starts a TCP server on selected port</li> <li>$InputTCPMaxSessions <number><br> -Sets the maximum number of sessions supported</li> +Sets the maximum number of sessions supported</li><li>$InputTCPServerStreamDriverMode <number><br> +Sets the driver mode for the currently selected <a href="netstream.html">network stream driver</a>. <number> is driver specifc.</li><li>$InputTCPServerStreamDriverAuthMode <mode-string><br> +Sets the authentication mode for the currently selected <a href="netstream.html">network stream driver</a>. <mode-string> is driver specifc.</li><li>$InputTCPServerStreamDriverPermittedPeer <id-string><br> +Sets permitted peer IDs. Only these peers are able to connect to the +listener. <id-string> semantics depend on the currently selected +AuthMode and <a href="netstream.html">network stream driver</a>. PermittedPeers may not be set in anonymous modes.</li> </ul> <b>Caveats/Known Bugs:</b> <ul> |