This commit is contained in:
2023-11-08 08:40:04 +01:00
parent 6f4d1a2cdf
commit 062e05c071
3 changed files with 9 additions and 2 deletions
+7 -2
View File
@@ -6,7 +6,6 @@
## 1.3.6.1.4.1.19937.1.1.x - attributetypes
## 1.3.6.1.4.1.19937.1.2.x - objectclasses
##
attributetype ( 2.25.330098197460787237907941808102951680393.1.0 NAME 'active'
DESC 'True if account is active'
EQUALITY booleanMatch
@@ -36,7 +35,13 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.4 NAME 'ip'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 2.25.330098197460787237907941808102951680393.1.5 NAME 'secureAuth'
DESC 'True if 2FA active'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
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 ) )
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth) )