pam.conf
Description
PAM configuration (pluggable authentication module)
Init
pam.conf(path string)
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| files | []file | List of files that make up the PAM configuration |
| content | string | The raw PAM configuration (across all files) |
| services | map[string][]string | Deprecated; list of services that are configured via PAM |
| entries | map[string][]pam.conf.serviceEntry | List of services with parsed entries that are configured via PAM |