add trid-beta-2 support
authorfcusack <fcusack>
Wed, 26 Oct 2005 23:08:34 +0000 (23:08 +0000)
committerfcusack <fcusack>
Wed, 26 Oct 2005 23:08:34 +0000 (23:08 +0000)
raddb/otppasswd.sample
src/modules/rlm_otp/otp_cardops.h

index 78ffa3b..c7dfa33 100644 (file)
@@ -30,3 +30,4 @@ cryptocard-d7-rs      rc or es, 7 digit decimal response.
 TRI-D: (email fcusack@fcusack.com)
 trid-alpha-3           TRI-D alpha card
 trid-beta-1            TRI-D beta card
+trid-beta-2            TRI-D beta card
index 5c2d87f..a0166ee 100644 (file)
 #define OTP_CF_FRW1            0x01 << 14 /* force event window 2^1 */
 #define OTP_CF_FRW2            0x01 << 15 /* force event window 2^2 */
 #define OTP_CF_FRW             (OTP_CF_FRW0|OTP_CF_FRW1|OTP_CF_FRW2)
+/* vendor specific */
+#define OTP_CF_VS1             0x01 << 16 /* vendor specific 1      */
+#define OTP_CF_VS2             0x01 << 17 /* vendor specific 2      */
+#define OTP_CF_VS3             0x01 << 18 /* vendor specific 3      */
+#define OTP_CF_VS4             0x01 << 19 /* vendor specific 4      */
 
 #define OTP_CF_MAX             0x01 << 31 /* MAX placeholder        */