_Entrance_Auth Struct Reference

Collection of data relating to authenticating off of the system. More...


Data Fields

passwd * pw
char user [PATH_MAX]
char pass [PATH_MAX]
char ** env

Detailed Description

Collection of data relating to authenticating off of the system.


Field Documentation

char** _Entrance_Auth::env

char _Entrance_Auth::pass[PATH_MAX]

struct passwd* _Entrance_Auth::pw

char _Entrance_Auth::user[PATH_MAX]