pam_postgresok - Man Page

PAM module to simple check of real UID and corresponding account name

Synopsis

pam_postgresok.so [debug]

Description

pam_postgresok.so is designed to check that the real UID of the calling process belongs to the "postgres" user and equal to 26 (the value assigned to that user on Red Hat Linux systems).

Options

debug

Write debugging messages to syslog.

Module Types Provided

Only auth module type is provided.

Return Values

PAM_SUCCESS

Everything was successful.

PAM_AUTH_ERR

Authentication failed.

Examples

    auth sufficient pam_postgresok.so

Files

/usr/share/doc/setup/uidgid

Documentation setup file

See Also

pam_rootok(8), pam.d(5), pam(8)

Author

pam_postgresok was written by Fernando Nasser <fnasser@redhat.com>.

Info

11/22/2024 pam-redhat Manual