Skip to content

Struct WshShellUser_t

ClassList > WshShellUser_t

User object definition. More...

  • #include <wsh_shell_user.h>

Public Attributes

Type Name
WshShell_Size_t Groups
const WshShell_Char_t * Hash
const WshShell_Char_t * Login
WshShell_Size_t Rights
const WshShell_Char_t * Salt

Detailed Description

This structure represents a shell user with login, password, and associated access groups and rights.

Public Attributes Documentation

variable Groups

WshShell_Size_t WshShellUser_t::Groups;

Bitmask of accessible command groups.


variable Hash

const WshShell_Char_t* WshShellUser_t::Hash;

Pointer to hash(salt|pass) string.


variable Login

const WshShell_Char_t* WshShellUser_t::Login;

Pointer to login string.


variable Rights

WshShell_Size_t WshShellUser_t::Rights;

Bitmask of execution rights.


variable Salt

const WshShell_Char_t* WshShellUser_t::Salt;

Pointer to salt string.



The documentation for this class was generated from the following file src/wsh_shell_user.h