6.38. pam_userdb-针对 db 数据库进行身份验证

pam_userdb.so db = * /path/database * [调试] [crypt = [crypt | none]] [icase] [dump] [try_first_pass] [use_first_pass] [unknown_ok] [key_only]

6.38.1. DESCRIPTION

pam_userdb 模块用于根据 Berkeley DB 数据库中存储的值来验证用户名/密码对。数据库由用户名索引,并且与用户名键相对应的数据字段是密码。

6.38.2. OPTIONS

6.38.3. 提供的模块类型

提供了authaccount模块类型。

6.38.4. 返回值

6.38.5. EXAMPLES

auth  sufficient pam_userdb.so icase db=/etc/dbtest

6.38.6. AUTHOR

pam_userdb 由 Cristian Gafton> gafton@redhat.com <编写。

上一章 首页 下一章