pam-0.2.0.0: Haskell binding for C PAM API
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Posix.PAM.Types

Synopsis

Documentation

data PamMessage Source #

Constructors

PamMessage 

Instances

Instances details
Eq PamMessage Source # 
Instance details

Defined in System.Posix.PAM.Types

Show PamMessage Source # 
Instance details

Defined in System.Posix.PAM.Types

data PamStyle Source #

Instances

Instances details
Eq PamStyle Source # 
Instance details

Defined in System.Posix.PAM.Types

Show PamStyle Source # 
Instance details

Defined in System.Posix.PAM.Types

data PamResponse Source #

http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/adg-interface-of-app-expected.html#adg-pam_conv - resp_code member in C sturct is unused and should be set to zero, that's why there is no code field in the haskell data type

Constructors

PamResponse String 

Instances

Instances details
Eq PamResponse Source # 
Instance details

Defined in System.Posix.PAM.Types

Show PamResponse Source # 
Instance details

Defined in System.Posix.PAM.Types

data PamRetCode Source #

Constructors

PamSuccess 
PamRetCode Int 

Instances

Instances details
Eq PamRetCode Source # 
Instance details

Defined in System.Posix.PAM.Types

Show PamRetCode Source # 
Instance details

Defined in System.Posix.PAM.Types

data PamHandle Source #

Constructors

PamHandle 

Fields

Instances

Instances details
Eq PamHandle Source # 
Instance details

Defined in System.Posix.PAM.Types

Show PamHandle Source # 
Instance details

Defined in System.Posix.PAM.Types