Blame SOURCES/pam-1.1.8-man-dbsuffix.patch

b10636
diff -up Linux-PAM-1.1.8/modules/pam_userdb/pam_userdb.8.xml.dbsuffix Linux-PAM-1.1.8/modules/pam_userdb/pam_userdb.8.xml
b10636
--- Linux-PAM-1.1.8/modules/pam_userdb/pam_userdb.8.xml.dbsuffix	2013-06-18 16:11:21.000000000 +0200
b10636
+++ Linux-PAM-1.1.8/modules/pam_userdb/pam_userdb.8.xml	2014-09-10 16:28:19.916678273 +0200
b10636
@@ -89,7 +89,8 @@
b10636
             Use the <filename>/path/database</filename> database for
b10636
             performing lookup. There is no default; the module will
b10636
             return <emphasis remap='B'>PAM_IGNORE</emphasis> if no
b10636
-            database is provided.
b10636
+            database is provided. Note that the path to the database file
b10636
+            should be specified without the <filename>.db</filename> suffix.
b10636
           </para>
b10636
         </listitem>
b10636
       </varlistentry>
b10636
@@ -260,7 +261,7 @@
b10636
   <refsect1 id='pam_userdb-examples'>
b10636
     <title>EXAMPLES</title>
b10636
     <programlisting>
b10636
-auth  sufficient pam_userdb.so icase db=/etc/dbtest.db
b10636
+auth  sufficient pam_userdb.so icase db=/etc/dbtest
b10636
     </programlisting>
b10636
   </refsect1>
b10636