summaryrefslogtreecommitdiff
path: root/pam_tacplus.h
diff options
context:
space:
mode:
authorJeroen <jeroen@nijhofnet.nl>2011-08-19 22:05:10 +0200
committerJeroen <jeroen@nijhofnet.nl>2011-08-19 22:05:10 +0200
commitd1134977b9317c6161ae12608684ea857915a63c (patch)
tree90ed16ae4c1c0781e95f4f3ffe022c7fb6693342 /pam_tacplus.h
parenteb6cf3c69186698f0d5fcc5a89dd81a823794937 (diff)
downloadpam_tacplus-d1134977b9317c6161ae12608684ea857915a63c.tar.gz
pam_tacplus-d1134977b9317c6161ae12608684ea857915a63c.zip
Major contribution by Darren Besler
Diffstat (limited to 'pam_tacplus.h')
-rw-r--r--pam_tacplus.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/pam_tacplus.h b/pam_tacplus.h
index f06be3c..fd569ed 100644
--- a/pam_tacplus.h
+++ b/pam_tacplus.h
@@ -1,6 +1,6 @@
/* pam_tacplus.h
*
- * Copyright (C) 2010, Pawel Krawczyk <kravietz@ceti.pl> and
+ * Copyright (C) 2010, Pawel Krawczyk <pawel.krawczyk@hush.com> and
* Jeroen Nijhof <jeroen@nijhofnet.nl>
*
* This program is free software; you can redistribute it and/or modify
@@ -20,17 +20,14 @@
*/
/* pam_tacplus command line options */
-#define PAM_TAC_DEBUG 0x01
-#define PAM_TAC_ACCT 0x02 /* account on all specified servers */
-
-/* how many TACPLUS+ servers can be defined */
-#define TAC_MAX_SERVERS 4
+#define PAM_TAC_DEBUG 0x01
+#define PAM_TAC_ACCT 0x02 /* account on all specified servers */
/* pam_tacplus major, minor and patchlevel version numbers */
-#define PAM_TAC_VMAJ 1
-#define PAM_TAC_VMIN 3
-#define PAM_TAC_VPAT 3
+#define PAM_TAC_VMAJ 1
+#define PAM_TAC_VMIN 3
+#define PAM_TAC_VPAT 5
#ifndef PAM_EXTERN
- #define PAM_EXTERN extern
+ #define PAM_EXTERN extern
#endif