2010-01-08 23:09:45 +00:00
|
|
|
# Template file for 'pam-userdb'.
|
|
|
|
#
|
|
|
|
short_desc="PAM module to authenticate against a db database"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
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."
|
|
|
|
|
2012-07-09 13:05:50 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/lib/security/pam_userdb.so usr/lib/security
|
2011-07-09 15:49:33 +00:00
|
|
|
vmove usr/share/man/man8/pam_userdb.8 usr/share/man/man8
|
2010-01-08 23:09:45 +00:00
|
|
|
}
|