From: Tomas Mraz Date: Thu, 20 Mar 2014 09:46:13 +0000 (+0100) Subject: pam_userdb: document that .db suffix should not be used X-Git-Tag: Linux-PAM-1_2_0~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d332be7fa933f5424abee6c7e385f0de174603d2;p=linux-pam pam_userdb: document that .db suffix should not be used modules/pam_userdb/pam_userdb.8.xml: Document that .db suffix should not be used and correct the example. --- diff --git a/modules/pam_userdb/pam_userdb.8.xml b/modules/pam_userdb/pam_userdb.8.xml index ba971526..fa628ada 100644 --- a/modules/pam_userdb/pam_userdb.8.xml +++ b/modules/pam_userdb/pam_userdb.8.xml @@ -89,7 +89,8 @@ Use the /path/database database for performing lookup. There is no default; the module will return PAM_IGNORE if no - database is provided. + database is provided. Note that the path to the database file + should be specified without the .db suffix. @@ -260,7 +261,7 @@ EXAMPLES -auth sufficient pam_userdb.so icase db=/etc/dbtest.db +auth sufficient pam_userdb.so icase db=/etc/dbtest