dn: cn=schema objectclass: top # # YubiKey LDAP schema for Sun Directory Server and OpenDJ # # Copy this file to /config/schema/05-yubikey.ldif # # Author: Michal Ludvig # Consider a small PayPal donation: # http://logix.cz/michal/devel/yubikey-ldap/ # # Converted for OpenDJ and Sun Directory Server by # Ludovic Poitou # attributeTypes: ( 1.3.6.1.4.1.40789.2012.11.1.2.1.1 NAME 'yubiKeyId' DESC 'Yubico YubiKey ID' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} ) objectClasses: ( 1.3.6.1.4.1.40789.2012.11.1.2.2.1 NAME 'yubiKeyUser' DESC 'Yubico YubiKey User' SUP top AUXILIARY MAY ( yubiKeyId ) )