testing device field

This commit is contained in:
2023-04-04 20:27:49 +02:00
parent db79d9d3bc
commit 86ae827ccf
2 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -19,6 +19,11 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.1 NAME 'fakeC
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 2.25.330098197460787237907941808102951680393.1.2 NAME 'device'
DESC 'Trusted devices info from user-agent'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#attributetype ( 2.25.330098197460787237907941808102951680393.1.2 NAME 'lastAccess'
# DESC 'Last access timestamp'
# EQUALITY generalizedTimeMatch
@@ -27,5 +32,5 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.1 NAME 'fakeC
objectclass ( 2.25.330098197460787237907941808102951680393.1.2.0 NAME 'accountsManagement' SUP top AUXILIARY
DESC 'Accounts management'
MUST ( cn $ uid $ active $ fakeCn )
MUST ( cn $ uid $ active $ fakeCn $ device )
MAY ( userPassword $ description ) )