rsyslog
Jul 20, 2008 - 08:03 PM
Login




 


 Log in Problems?
 New User? Sign Up!


Donate!
Satisfied with rsyslog?

Donate and help keep
the project alive!

Online
There are 30 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

GSSAPI Syslog Input Module

Module Name:    imgssapi

Author: varmojfekoj

Description:

Provides the ability to receive syslog messages from the network protected via Kerberos 5 encryption and authentication. This module also accept plain tcp syslog messages on the same port if configured to do so. If you need just plain tcp, use imtcp instead.

There is also an overview of gssapi support in rsyslog available. We recommend reading it before digging into the configuration parameters.

Configuration Directives:

  • InputGSSServerRun <port>
    Starts a GSSAPI server on selected port - note that this runs independently from the TCP server.
  • InputGSSServerServiceName <name>
    The service name to use for the GSS server.
  • $InputGSSServerPermitPlainTCP on|off
    Permits the server to receive plain tcp syslog (without GSS) on the same port
  • $InputGSSServerMaxSessions <number>
    Sets the maximum number of sessions supported
Caveats/Known Bugs:
  • module always binds to all interfaces
  • only a single listener can be bound

Sample:

This sets up a GSS server on port 1514 that also permits to receive plain tcp syslog messages (on the same port):

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

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




Back to the start page
:: Syndication: ::
Page created in 0.0753269195557 seconds.