]> granicus.if.org Git - linux-pam/commitdiff
pam_userdb: document that .db suffix should not be used
authorTomas Mraz <tmraz@fedoraproject.org>
Thu, 20 Mar 2014 09:46:13 +0000 (10:46 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 20 Mar 2014 09:46:13 +0000 (10:46 +0100)
modules/pam_userdb/pam_userdb.8.xml: Document that .db suffix
should not be used and correct the example.

modules/pam_userdb/pam_userdb.8.xml

index ba9715264ba6514df7bdbd3de41e65f257e07f4a..fa628adac3e7b852069507699e5f8af8bc1a7a99 100644 (file)
@@ -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>
   <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>