aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2009-08-16 19:57:51 +0000
committerCharl Botha <cpbotha@cpbotha.net>2009-08-16 19:57:51 +0000
commit5dbeed06ae0b0f168158920c59dcfb0cc822dee6 (patch)
treeb12cf602daa748a209e1ac6fc77218cbefa4402d
parentd9e8fe87f647934e77118b7e5dd91691f7feb73a (diff)
downloadlibpam-pwdfile-5dbeed06ae0b0f168158920c59dcfb0cc822dee6.tar.gz
Added note about contrib directory.
-rw-r--r--README14
1 files changed, 11 insertions, 3 deletions
diff --git a/README b/README
index 532f230..d5c82f9 100644
--- a/README
+++ b/README
@@ -37,10 +37,18 @@ username:crypted_passwd[34] in the case of MD5 crypted passwords. The
latter is thanks to Warwick Duncan <warwick@chemeng.uct.ac.za>. pam_pwdfile
also handles bigcrypt passwords.
-Warwick has also written a utility for managing the password files that
-pam_pwdfile uses. Please see: http://eclipse.che.uct.ac.za/chpwdfile/
+NOTES:
+-----
-Note that we still expect users to have accounts in the usual place, as we
+* Also have a look at the files in the contrib subdirectory.
+ Especially if you're having trouble building paw_pwdfile, the
+ Makefile.standalone could be your new friend.
+
+* Warwick has also written a utility for managing the password files that
+pam_pwdfile uses. The website has disappeared, but I've mirrored the
+source code here: http://cpbotha.net/files/mirror/chpwdfile-0.24.tar.gz
+
+* 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,
e.g. with our /etc/imap.passwd. It is however possible with certain