Enum pam_sys::types::PamItemType [] [src]

pub enum PamItemType {
    SERVICE,
    USER,
    TTY,
    RHOST,
    CONV,
    AUTHTOK,
    OLDAUTHTOK,
    RUSER,
    USER_PROMPT,
    FAIL_DELAY,
    XDISPLAY,
    XAUTHDATA,
    AUTHTOK_TYPE,
}

The Linux-PAM item types

These defines are used by pam_set_item() and pam_get_item(). Please check the spec which are allowed for use by applications and which are only allowed for use by modules.

Variants

The service name

The user name

The tty name

The remote host name

The pam_conv structure

The authentication token (password)

The old authentication token

The remote user name

the prompt for getting a username Linux-PAM extensions

app supplied function to override failure delays

X display name

X server authentication data

The type for pam_get_authtok

Trait Implementations

impl Clone for PamItemType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PamItemType
[src]

impl Debug for PamItemType
[src]

Formats the value using the given formatter.

impl PartialEq for PamItemType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for PamItemType
[src]

Formats the value using the given formatter.