From 9fe563e6bdeb11d891360d701efcd57a4ce763a6 Mon Sep 17 00:00:00 2001 From: Charl Botha Date: Tue, 29 Aug 2000 07:23:11 +0000 Subject: Fixed small buglet in INSTALL. Changed version in pam_pwdfile.c. --- INSTALL | 5 +++-- pam_pwdfile.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0b52fb3..fd6eb6f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ INSTALL for pam_pwdfile PAM module - Charl P. Botha -$Id: INSTALL,v 1.1 2000-08-28 07:52:46 cpbotha Exp $ +$Id: INSTALL,v 1.2 2000-08-29 07:23:11 cpbotha Exp $ --------------------------------------------------------------------------- This file is the quick and dirty on how to get pam_pwdfile compiled on your @@ -14,8 +14,9 @@ bunzip2 -c Linux-PAM-0.72.tar.bz2 | tar -xvf - 3. Prepare pam_pwdfile cd Linux-PAM-0.72/modules -tar -xzvf /where/you/put/it/pam_pwdfile-0.2.tar.gz +tar -xzvf /where/you/put/it/pam_pwdfile-x.y.tar.gz cd .. +(x.y represents the pam_pwdfile version, e.g. 0.4) 4. Prepare Linux-PAM rm default.defs diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 4c782f0..484a42a 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,12 +1,12 @@ /* pam_pwdfile.c copyright 1999 by Charl P. Botha * - * $Id: pam_pwdfile.c,v 1.4 2000-08-28 07:57:08 cpbotha Exp $ + * $Id: pam_pwdfile.c,v 1.5 2000-08-29 07:23:11 cpbotha Exp $ * * pam authentication module that can be pointed at any username/crypted * text file so that pam using application can use an alternate set of * passwords than specified in system password database * - * version 0.3 + * version 0.4 * * Copyright (c) Charl P. Botha, 1999. All rights reserved * -- cgit v1.2.3