diff options
author | markm <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
commit | ca4190e9840f95ba7c0188a666cdcf8ac2de1d69 (patch) | |
tree | f347e0c6cb6a7b2d9e9af0cc7052f5e0bb9c51e3 /contrib/libpam/examples/check_user.c | |
parent | f06b122f95ed96a1a451b0939f85cdb39cd631e0 (diff) | |
download | FreeBSD-src-ca4190e9840f95ba7c0188a666cdcf8ac2de1d69.zip FreeBSD-src-ca4190e9840f95ba7c0188a666cdcf8ac2de1d69.tar.gz |
Vendor import Linux PAM 0.75
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 6a64c22..cb539c4 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> |