TlmAuthPluginDefault

TlmAuthPluginDefault — an default authentication plugin

Synopsis

struct              TlmAuthPluginDefaultClass;

Description

TlmAuthPluginDefault issues "authenticate" signals when it receives a SIGUSR1 signal. Username and password are set to NULL, and seat is set to default.

This has the effect of logging in a guest user when TLM receives a SIGUSR1 signal.

Details

struct TlmAuthPluginDefaultClass

struct TlmAuthPluginDefaultClass {
    GObjectClass parent_class;
};

The class structure for the TlmAuthPluginDefault objects,

GObjectClass parent_class;

a reference to a parent class