testing device field

This commit is contained in:
aitzol 2023-04-04 20:27:49 +02:00
parent db79d9d3bc
commit 86ae827ccf
2 changed files with 8 additions and 2 deletions

View File

@ -35,6 +35,7 @@ dn: cn=seiichi takimoto,cn=users,ou=groups,dc=example,dc=org
active: TRUE active: TRUE
cn: seiichi takimoto cn: seiichi takimoto
fakecn: FALSE fakecn: FALSE
device: unknown
gidnumber: 501 gidnumber: 501
givenname: seiichi givenname: seiichi
homedirectory: /home/users/seiichi homedirectory: /home/users/seiichi

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 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE ) 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' #attributetype ( 2.25.330098197460787237907941808102951680393.1.2 NAME 'lastAccess'
# DESC 'Last access timestamp' # DESC 'Last access timestamp'
# EQUALITY generalizedTimeMatch # 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 objectclass ( 2.25.330098197460787237907941808102951680393.1.2.0 NAME 'accountsManagement' SUP top AUXILIARY
DESC 'Accounts management' DESC 'Accounts management'
MUST ( cn $ uid $ active $ fakeCn ) MUST ( cn $ uid $ active $ fakeCn $ device )
MAY ( userPassword $ description ) ) MAY ( userPassword $ description ) )