Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <pwd.h>

Struct passwd

Interface status: externallyDefinedApi

struct passwd;

Description

The passwd data structure is used to hold information about entries in the system user data base

Members

Defined in passwd:


Member data


pw_name

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_name;

Description

user name


pw_passwd

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_passwd;

Description

encrypted password


pw_uid

Interface status: externallyDefinedApi Inherited from: passwd

uid_t pw_uid;

Description

user uid


pw_gid

Interface status: externallyDefinedApi Inherited from: passwd

gid_t pw_gid;

Description

user gid


pw_change

Interface status: externallyDefinedApi Inherited from: passwd

time_t pw_change;

Description

password change time


pw_class

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_class;

Description

user access class


pw_gecos

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_gecos;

Description

login info


pw_dir

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_dir;

Description

home directory


pw_shell

Interface status: externallyDefinedApi Inherited from: passwd

char * pw_shell;

Description

default shell


pw_expire

Interface status: externallyDefinedApi Inherited from: passwd

time_t pw_expire;

Description

account expiration


pw_fields

Interface status: externallyDefinedApi Inherited from: passwd

int pw_fields;

Description

internal: fields filled in