blob: a40ea555f79f323af44bdf83a38491e287721920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# -*- text -*-
# Copyright (C) 2019 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
#
##############################################################################
#
# Yubico VSA's
#
# $Id$
#
##############################################################################
VENDOR Yubico 41482
BEGIN-VENDOR Yubico
ATTRIBUTE Yubikey-Key 1 octets
ATTRIBUTE Yubikey-Public-ID 2 string
ATTRIBUTE Yubikey-Private-ID 3 octets
ATTRIBUTE Yubikey-Counter 4 integer
ATTRIBUTE Yubikey-Timestamp 5 integer
ATTRIBUTE Yubikey-Random 6 integer
ATTRIBUTE Yubikey-OTP 7 string
END-VENDOR Yubico
|