changeset 1241:fc8fb4aa5c14 HEAD

Use pam_unix as example instead of pam_pwdfile.
author Timo Sirainen <tss@iki.fi>
date Mon, 24 Feb 2003 02:27:55 +0200
parents 6e893f3f9837
children 4c5f325df4ac
files doc/auth.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/auth.txt	Sun Feb 23 23:23:35 2003 +0200
+++ b/doc/auth.txt	Mon Feb 24 02:27:55 2003 +0200
@@ -71,10 +71,10 @@
 something else for that - passwd usually.
 
 Here's an example /etc/pam.d/imap configuration file which uses
-/etc/imap.passwd:
+standard UNIX authentication:
 
-auth     required     pam_pwdfile.so pwdfile /etc/imap.passwd
-account  required     pam_unix.so
+auth	required	pam_unix.so nullok
+account	required	pam_unix.so
 
 
 passwd-file