PAM-Modules |
|
A Collection of Modules for PAM |
Sergey Poznyakoff |
This section summarizes all available configuration file statements. For each statement it provides a short description and a reference to the section in this manual where it is described.
allow-ldap-pass bool
The returned password may be a LDAP-style password hash,
i.e. the hash value encoded as base-64 and prefixed with a hashing
algorithm name in curly braces. This variable is true
by
default. See sql auth.
allow-md5l-pass bool
The returned password may be encrypted using MySQL md5
function. This keyword is specific for pam_mysql
.
See sql auth.
allow-mysql-pass bool
The returned password may be encrypted using MySQL password
function. This keyword can be used only in pam_mysql
configuration. See sql auth.
allow-plaintext-pass bool
The returned password may be plaintext. Without this option, it is
supposed to be encrypted using the system crypt
function.
See sql auth.
db database
Sets the database name. See config.
port number
Defines the SQL port number. See config.
login string
Sets the SQL user name. See config.
pass password
Sets the SQL user password. See config.
passwd-query query
Defines the query used to obtain the user’s password from the database. The query is subject to item expansion (see item expansion).
See sql auth, for a detailed description.
session-start-query query
Defines the query to be executed on session start. The query is subject to item expansion (see item expansion). See sql session, for a detailed description.
session-stop-query query
Defines the query to be executed on session stop. The query is subject to item expansion (see item expansion). See sql session, for a detailed description.
setenv-query query
This query is available when the package is compiled with Linux
PAM
implementation. It allows to select arbitrary data from the
database and to store them in PAM environment. The
first tuple returned from query is selected, the column names
are used as environment variable names, and column values as their
values.
The query is subject to item expansion (see item expansion).
See sql setenv, for a detailed description.
This document was generated on August 11, 2021 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.