diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
commit | 5791a4d4466a137893028f8243622286dae2bb0d (patch) | |
tree | f347e0c6cb6a7b2d9e9af0cc7052f5e0bb9c51e3 /contrib/libpam/examples/check_user.c | |
parent | fff5887d38e30654e1d5da89af2ad7614c05cfc8 (diff) |
Notes
Diffstat (limited to 'contrib/libpam/examples/check_user.c')
-rw-r--r-- | contrib/libpam/examples/check_user.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/contrib/libpam/examples/check_user.c b/contrib/libpam/examples/check_user.c index 6a64c22d7ad9..cb539c4ee998 100644 --- a/contrib/libpam/examples/check_user.c +++ b/contrib/libpam/examples/check_user.c @@ -1,5 +1,5 @@ /* - $Id: check_user.c,v 1.1 1996/11/10 21:19:30 morgan Exp morgan $ + $Id: check_user.c,v 1.2 2000/12/04 19:02:33 baggins Exp $ This program was contributed by Shane Watts <shane@icarus.bofh.asn.au> slight modifications by AGM. @@ -8,12 +8,7 @@ # check authorization check auth required pam_unix_auth.so check account required pam_unix_acct.so - - $Log: check_user.c,v $ - Revision 1.1 1996/11/10 21:19:30 morgan - Initial revision - - */ +*/ #include <security/pam_appl.h> #include <security/pam_misc.h> |