diff options
author | Charl Botha <cpbotha@cpbotha.net> | 2009-08-16 19:57:51 +0000 |
---|---|---|
committer | Charl Botha <cpbotha@cpbotha.net> | 2009-08-16 19:57:51 +0000 |
commit | 5dbeed06ae0b0f168158920c59dcfb0cc822dee6 (patch) | |
tree | b12cf602daa748a209e1ac6fc77218cbefa4402d /README | |
parent | d9e8fe87f647934e77118b7e5dd91691f7feb73a (diff) | |
download | libpam-pwdfile-5dbeed06ae0b0f168158920c59dcfb0cc822dee6.tar.gz |
Added note about contrib directory.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |