summaryrefslogtreecommitdiff
path: root/examples/check_user.c
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
commit77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae (patch)
treec9e08ed007a78e975754bf5c595ad0b593db4b52 /examples/check_user.c
parent6a36792321ef91dc91c9887d5c56db88e6546047 (diff)
Relevant BUGIDs: 124391
Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
Diffstat (limited to 'examples/check_user.c')
-rw-r--r--examples/check_user.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/examples/check_user.c b/examples/check_user.c
index 6d52ccaa..4a33f2a8 100644
--- a/examples/check_user.c
+++ b/examples/check_user.c
@@ -8,18 +8,7 @@
# check authorization
check auth required pam_unix_auth.so
check account required pam_unix_acct.so
-
- $Log$
- Revision 1.1 2000/06/20 22:11:13 agmorgan
- Initial revision
-
- Revision 1.1.1.1 1998/07/12 05:17:14 morgan
- Linux PAM sources pre-0.66
-
- Revision 1.1 1996/11/10 21:19:30 morgan
- Initial revision
-
- */
+*/
#include <security/pam_appl.h>
#include <security/pam_misc.h>