diff options
-rw-r--r-- | INSTALL | 5 | ||||
-rw-r--r-- | pam_pwdfile.c | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -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 * |