-
Notifications
You must be signed in to change notification settings - Fork 0
/
totp.ldif
15 lines (14 loc) · 988 Bytes
/
totp.ldif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 1
dn: cn=totp,cn=schema,cn=config
changetype: add
objectClass: olcSchemaConfig
cn: totp
olcObjectIdentifier: {0}eacTotpRoot 1.3.6.1.4.1.46225.1.1
olcObjectIdentifier: {1}eacTotpSNMP eacTotpRoot:1
olcObjectIdentifier: {2}eacTotpLDAP eacTotpRoot:2
olcObjectIdentifier: {3}eacTotpAttr eacTotpLDAP:1
olcObjectIdentifier: {4}eacTotpClass eacTotpLDAP:2
olcAttributeTypes: {0}( eacTotpAttr:1 NAME 'totpSecret' DESC 'TOTP Secret Key' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE )
olcAttributeTypes: {1}( eacTotpAttr:2 NAME 'totpScratchCode' DESC 'TOTP Scratch Code' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
olcAttributeTypes: {2}( eacTotpAttr:3 NAME 'totpEnabled' DESC 'TOTP Enabled' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
olcObjectClasses: {0} ( eacTotpClass:1 NAME 'totpUser' DESC 'TOTP-Enabled User' SUP top AUXILIARY MAY ( totpSecret $ totpScratchCode $ totpEnabled ) )