| users.mysql.pam.where | Additional criteria for the query.
|
| users.mysql.pam.table | The name of table that maps unique login names to the passwords.
|
| users.mysql.pam.userColumn | The name of the column that contains a unix login name.
|
| users.mysql.pam.verbose | If enabled, produces logs with detailed messages that describes what
pam_mysql is doing
|
| users.mysql.pam.updateTable | The name of the table used for password alteration
|
| users.mysql.pam.cryptDefault | The default encryption method to use for passwordCrypt = 1.
|
| users.mysql.pam.passwordColumn | The name of the column that contains a (encrypted) password string.
|
| users.mysql.pam.statusColumn | The name of the column or an SQL expression that indicates the status of
the user
|
| users.mysql.pam.passwordCrypt | The method to encrypt the user's password:
0 (or "plain"):
No encryption
|
| users.mysql.pam.disconnectEveryOperation | By default, pam_mysql keeps the connection to the MySQL
database until the session is closed
|