NAME
pam_userdb - PAM module to authenticate against a db database
SYNOPSIS
pam_userdb.so db=/path/database [debug] [crypt=[crypt|none]] [icase] [dump] [try_first_pass] [use_first_pass] [unknown_ok] [key_only]
DESCRIPTION
The pam_userdb module is used to verify a username/password pair against values stored in a Berkeley DB database. The database is indexed by the username, and the data fields corresponding to the username keys are the passwords.
OPTIONS
crypt=[crypt|none]
db=/path/database
debug
dump
icase
try_first_pass
use_first_pass
unknown_ok
key_only
MODULE TYPES PROVIDED
The auth and account module types are provided.
RETURN VALUES
PAM_AUTH_ERR
PAM_AUTHTOK_RECOVERY_ERR
PAM_BUF_ERR
PAM_CONV_ERR
PAM_SERVICE_ERR
PAM_SUCCESS
PAM_USER_UNKNOWN
EXAMPLES
auth sufficient pam_userdb.so icase db=/etc/dbtest
\nSEE ALSO
crypt(3), pam.conf(5), pam.d(5), pam(7)
AUTHOR
pam_userdb was written by Cristian Gafton >[email protected]<.