diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 10:07:49 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 10:07:49 +0000 |
commit | 0a698ab8931d19685cb39110a5db62a81099cd9c (patch) | |
tree | 9a9b0d632ab6ec055f35f1d9f3251c9e160896a7 /doc | |
parent | 01ceb6d79979ea8aedd174c47ed8c65fbf168c43 (diff) | |
download | rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.tar.gz rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.tar.xz rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.zip |
implemented STARTSWITH vm instruction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imgssapi.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/imgssapi.html b/doc/imgssapi.html index 8e6b7d87..a44af8ed 100644 --- a/doc/imgssapi.html +++ b/doc/imgssapi.html @@ -6,8 +6,7 @@ <body> <h1>GSSAPI Syslog Input Module</h1> <p><b>Module Name: imtcp</b></p> -<p><b>Author: </b>varmojfekoj -<email address here? which?></p> +<p><b>Author: </b>varmojfekoj</p> <p><b>Description</b>:</p> <p>Provides the ability to receive syslog messages from the network protected via Kerberos 5 encryption and authentication. This @@ -20,8 +19,9 @@ Starts a GSSAPI server on selected port - note that this runs independently from the TCP server.</li> <li>InputGSSServerServiceName <name><br> The service name to use for the GSS server.</li> -<li>$InputTCPServerRun <port><br> -Starts a TCP server on selected port</li> +<li>$InputGSSServerPermitPlainTCP on|<span style="font-weight: bold;">off</span><br> +Permits the server to receive plain tcp syslog (without GSS) on the +same port</li> <li>$InputTCPMaxSessions <number><br> Sets the maximum number of sessions supported</li> </ul> @@ -37,13 +37,12 @@ probably need to be changed in the future when that change happens.</li> </ul> <p><b>Sample:</b></p> -<p>This sets up a TCP server on port 514 and a GSSAPI protected -syslog server at port 1514:<br> +<p>This sets up a GSS server on port 1514 that also permits to +receive plain tcp syslog messages (on the same port):<br> </p> -<textarea rows="15" cols="60">$ModLoad imtcp.so # -needs to be done just once -$InputTCPServerRun 514 +<textarea rows="15" cols="60">$ModLoad imtcp.so # needs to be done just once $InputGSSServerRun 1514 +$InputGSSServerPermitPlainTCP on </textarea> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> |