From 89a7576c6df54e25cea4778a1fa83666afdc8fbf Mon Sep 17 00:00:00 2001 From: Charl Botha Date: Wed, 8 Nov 2000 00:44:19 +0000 Subject: Integrated MD5 patch by warwick@chemeng.uct.ac.za. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 3d65e7c..6a7977e 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ README for pam_pwdfile PAM module - Charl P. Botha -$Id: README,v 1.2 2000-05-22 20:55:34 cpbotha Exp $ +$Id: README,v 1.3 2000-11-08 00:44:19 cpbotha Exp $ --------------------------------------------------------------------------- -This is version 0.2 of pam_pwdfile. +This is version 0.5 of pam_pwdfile. This pam module can be used for the authentication service only, in cases where one wants to use a different set of passwords than those in the main @@ -27,7 +27,9 @@ Example: auth required /lib/security/pam_pwdfile.so pwdfile /etc/blah.passwd flock The ASCII password file is simply a list of lines, each looking like this: -username:crypted_passwd[13] +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 . 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 -- cgit v1.2.3