summaryrefslogtreecommitdiff
path: root/doc/modules/pam_userdb.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules/pam_userdb.sgml')
-rw-r--r--doc/modules/pam_userdb.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules/pam_userdb.sgml b/doc/modules/pam_userdb.sgml
index 155a2668..facf223e 100644
--- a/doc/modules/pam_userdb.sgml
+++ b/doc/modules/pam_userdb.sgml
@@ -105,13 +105,13 @@ username/password pair in more than a database.
This is a normal ftp configuration file (usually placed as <tt>/etc/pam.d/ftp</tt>
on most systems) that will accept for login users whose username/password pairs are
-provided in the <tt>/tmp/dbtest.db</tt> file:
+provided in the <tt>/etc/dbtest.db</tt> file:
<tscreen>
<verb>
#%PAM-1.0
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
-auth sufficient pam_userdb.so icase db=/tmp/dbtest
+auth sufficient pam_userdb.so icase db=/etc/dbtest
auth required pam_pwdb.so shadow nullok try_first_pass
auth required pam_shells.so
account required pam_pwdb.so