This commit is contained in:
Aitzol 2023-11-16 12:11:24 +01:00
parent 062e05c071
commit 123a4bf240
2 changed files with 7 additions and 1 deletions

BIN
schema/.custom.schema.swp Normal file

Binary file not shown.

View File

@ -41,7 +41,13 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.5 NAME 'secur
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 2.25.330098197460787237907941808102951680393.1.6 NAME 'authCode'
DESC 'Two factor authentication code'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
objectclass ( 2.25.330098197460787237907941808102951680393.1.2.0 NAME 'accountsManagement' SUP top AUXILIARY
DESC 'Accounts management'
MUST ( cn $ uid $ active $ fakeCn $ devices )
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth) )
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authCode) )