aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2002-05-11 14:46:23 +0000
committerCharl Botha <cpbotha@cpbotha.net>2002-05-11 14:46:23 +0000
commitba6d48689d8b4b95e17f1809173cc4a55c4efdaf (patch)
tree6c311ba4bb98341af22cabe967e9f4ce27570171
parent9fb56863cfad194547d8ca990f8b94ada92a6aa1 (diff)
downloadlibpam-pwdfile-ba6d48689d8b4b95e17f1809173cc4a55c4efdaf.tar.gz
Various small changes getting ready for release.
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index fd7feea..e77800c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
README for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: README,v 1.9 2002-05-11 14:42:35 cpbotha Exp $
+$Id: README,v 1.10 2002-05-11 14:46:23 cpbotha Exp $
---------------------------------------------------------------------------
This is version 0.97 of pam_pwdfile.
@@ -36,6 +36,9 @@ username:crypted_passwd[13] in the case of vanilla crypted passwords and
username:crypted_passwd[34] in the case of MD5 crypted passwords. The
latter is thanks to Warwick Duncan <warwick@chemeng.uct.ac.za>.
+Warwick has also written a utility for managing the password files that
+pam_pwdfile uses. Please see: http://eclipse.che.uct.ac.za/chpwdfile/
+
Note that we still expect users to have accounts in the usual place, as we
make use of the pam_pwdb.so module for the account service. This module is
just so that one can have multiple sets of passwords for different services,
@@ -43,6 +46,5 @@ e.g. with our /etc/imap.passwd. It is however possible with certain
applications patched for pam (Cyrus IMAP server e.g.) that one does not need
the users to exist in the system database.
-These files have been created for inclusion into the PAM source tree.
Thanks to Michael-John Turner <mj@debian.org> pam_pwdfile is available as a
debian package (libpam-pwdfile) from potato onwards.