Expand description
Types defined by Linux-PAM
This modules contains struct and enum definitions used by pam-sys.
Structs§
- PamConversation
- Conversation structure containing the
conversefunction and authentication data - PamMessage
- Message struct to transfer authentication data to the user
- PamResponse
- Response struct to transfer the user’s response back to Linux-PAM
- PamX
Auth Data - Special struct for the
PAM_XAUTHDATApam item
Enums§
- PamFlag
- The Linux-PAM flags
- PamHandle
- Opaque struct internal to Linux-PAM
- PamItem
Type - The Linux-PAM item types
- PamMessage
Style - The Linux-PAM message styles
- PamReturn
Code - The Linux-PAM return values
Type Aliases§
- Conv
Closure - Type alias for the PAM “conversation function” used as part of the
PamConversationstruct