#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <ctype.h>
#include "config.h"
Go to the source code of this file.
Definition at line 24 of file rlm_yubikey.h.
Data Fields |
int |
auth_type |
Our Auth-Type. |
bool |
decrypt |
Decrypt the OTP string using the yubikey library. |
unsigned int |
id_len |
The length of the Public ID portion of the OTP string. |
char const * |
name |
Instance name. |
bool |
split |
Split password string into components. |
char const ** |
uris |
Yubicloud URLs to validate the token against. |
bool |
validate |
Validate the OTP string using the ykclient library. |
#define YUBIKEY_TOKEN_LEN 32 |