TlmAccountPluginDefault

TlmAccountPluginDefault — an default plugin for user account operation

Synopsis

struct              TlmAccountPluginDefaultClass;

Description

TlmAccountPluginDefault provides a default implementation of user account operations:

  • setting up guest account is performed by running 'useradd'

  • cleaning up guest account is performed by running 'rm -rf' on the account's home directory

  • check the account validity is done using getpwnam().

It is recommended to use a GUM plugin instead: see TlmAccountPluginGumd.

Details

struct TlmAccountPluginDefaultClass

struct TlmAccountPluginDefaultClass {
    GObjectClass parent_class;
};

The class structure for the TlmAccountPluginDefault objects,

GObjectClass parent_class;

a reference to a parent class