1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00
yubico-pam/yubikey_mapping.sql

10 lines
218 B
MySQL
Raw Permalink Normal View History

2021-04-01 14:03:33 +02:00
#
# Table structure for table equiv of yubikey_mapping
#
CREATE TABLE IF NOT EXISTS `otp`.`yubikey_mappings` (
`otp_id` VARCHAR(12) NOT NULL ,
`username` VARCHAR(64) NOT NULL ,
PRIMARY KEY (`otp_id`(12))
);