ldap_server: Rename role from ldap-server to ldap_server

This commit is contained in:
Timo Makinen 2022-02-24 22:20:54 +00:00
parent 646cda06cb
commit 4d71934575
15 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,30 @@
#
# YubiKey LDAP schema
#
# Author: Michal Ludvig <michal@logix.cz>
# Consider a small PayPal donation:
# http://logix.cz/michal/devel/yubikey-ldap/
#
# Common Logix OID structure
# 1.3.6.1.4.1.40789.<Project>.<1=SNMP/2=LDAP>.<...>
objectIdentifier lxYubiKeyPrj 1.3.6.1.4.1.40789.2012.11.1
objectIdentifier lxYkSNMP lxYubiKeyPrj:1
objectIdentifier lxYkLDAP lxYubiKeyPrj:2
# YubiKey schema sub-tree
objectIdentifier lxYkAttribute lxYkLDAP:1
objectIdentifier lxYkObjectClass lxYkLDAP:2
attributetype ( lxYkAttribute:1
NAME 'yubiKeyId'
DESC 'Yubico YubiKey ID'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
objectclass ( lxYkObjectClass:1
NAME 'yubiKeyUser'
DESC 'Yubico YubiKey User'
SUP top
AUXILIARY
MAY ( yubiKeyId ) )