Public Attributes | |
unsigned long | TekUserInfo_Size |
void * | TekUserInfo_DB |
uchar_t * | TekUserInfo_Description |
uchar_t * | TekUserInfo_Username |
uchar_t * | TekUserInfo_HomeDir |
uid_t | TekUserInfo_UserID |
gid_t | TekUserInfo_GroupID |
uchar_t * | TekUserInfo_Password |
Definition at line 683 of file teklti.h.
|
The related TekUserDB, for writing data. If NULL, no writing will be allowed by the created instance. |
|
The description, usually the full name, of the user. Definition at line 698 of file teklti.h. Referenced by TekUserUnixRW::put_Description(). |
|
The primary groupid of the user. Definition at line 714 of file teklti.h. Referenced by TekUserUnixRW::get_GroupID(), and TekUserUnixRO::get_GroupID(). |
|
The home directory of the user. Definition at line 706 of file teklti.h. Referenced by TekUserUnixRW::put_HomeDir(). |
|
The password of the user. Will always be set to NULL. |
|
Used to determine whether or not the structure can be used, so this variable needs to be set to sizeof(struct TekUserInfo). |
|
The userid of the user. Definition at line 710 of file teklti.h. Referenced by TekUserUnixRW::get_UserID(). |
|
The username of the user. Definition at line 702 of file teklti.h. Referenced by TekUserUnixRW::put_Username(). |