diff options
author | Charl Botha <cpbotha@cpbotha.net> | 2000-05-22 20:56:59 +0000 |
---|---|---|
committer | Charl Botha <cpbotha@cpbotha.net> | 2000-05-22 20:56:59 +0000 |
commit | d039f98ab3ecd10bf6089c8959f93d074720b5ab (patch) | |
tree | ffe65b757077c4e3133a5e3f27f53004650fad5e /pam_pwdfile.c | |
parent | 98713a7b959ff3dd7197e3718b3002635c4e975d (diff) | |
download | libpam-pwdfile-d039f98ab3ecd10bf6089c8959f93d074720b5ab.tar.gz |
Changed version indication.v0.2
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r-- | pam_pwdfile.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 2a3abd2..881be82 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,10 +1,12 @@ /* pam_pwdfile.c copyright 1999 by Charl P. Botha <cpbotha@ieee.org> * - * $Id: pam_pwdfile.c,v 1.2 2000-05-22 20:55:34 cpbotha Exp $ + * $Id: pam_pwdfile.c,v 1.3 2000-05-22 20:56:59 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.2 * * Copyright (c) Charl P. Botha, 1999. All rights reserved * |