diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2014-03-20 10:46:13 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2014-03-20 10:46:13 +0100 |
commit | d332be7fa933f5424abee6c7e385f0de174603d2 (patch) | |
tree | 95e24dcf7a70e2cbd31e4631daabad745a332158 | |
parent | da695db7a453b1e2a5ef63fcca21d59a2ed75dda (diff) | |
download | pam-d332be7fa933f5424abee6c7e385f0de174603d2.tar.gz pam-d332be7fa933f5424abee6c7e385f0de174603d2.tar.bz2 pam-d332be7fa933f5424abee6c7e385f0de174603d2.zip |
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.
-rw-r--r-- | modules/pam_userdb/pam_userdb.8.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <filename>/path/database</filename> database for performing lookup. There is no default; the module will return <emphasis remap='B'>PAM_IGNORE</emphasis> if no - database is provided. + database is provided. Note that the path to the database file + should be specified without the <filename>.db</filename> suffix. </para> </listitem> </varlistentry> @@ -260,7 +261,7 @@ <refsect1 id='pam_userdb-examples'> <title>EXAMPLES</title> <programlisting> -auth sufficient pam_userdb.so icase db=/etc/dbtest.db +auth sufficient pam_userdb.so icase db=/etc/dbtest </programlisting> </refsect1> |