TlmAccountPluginDefault

TlmAccountPluginDefault — an default plugin for user account operation

Object Hierarchy

    GObject
    ╰── TlmAccountPluginDefault

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.

Functions

Types and Values