aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2000-08-29 07:23:11 +0000
committerCharl Botha <cpbotha@cpbotha.net>2000-08-29 07:23:11 +0000
commit9fe563e6bdeb11d891360d701efcd57a4ce763a6 (patch)
tree4ab3049e633ed456b436890ee0f832180cb2799a
parent7d0a6931c1ac846c755e8cb7030593475a91c9e3 (diff)
downloadlibpam-pwdfile-9fe563e6bdeb11d891360d701efcd57a4ce763a6.tar.gz
Fixed small buglet in INSTALL. Changed version in pam_pwdfile.c.
-rw-r--r--INSTALL5
-rw-r--r--pam_pwdfile.c4
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 <cpbotha@ieee.org>
-$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 <cpbotha@ieee.org>
*
- * $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
*