fix: no need to have the enabled tag now that it is definitely going to be groups

This commit is contained in:
silver 2023-06-15 14:32:35 +01:00
parent d22844c3e3
commit 1c03644912

View file

@ -36,16 +36,16 @@ olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.6.1
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.7.1
NAME 'skEnabled'
DESC 'TRUE/FALSE'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
)
#olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.7.1
# NAME 'skEnabled'
# DESC 'TRUE/FALSE'
# EQUALITY booleanMatch
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
# )
olcObjectClasses: ( 1.3.6.1.4.1.24441.1.1.1
NAME 'skPerson'
DESC 'skynet person'
SUP top AUXILIARY
MUST ( skMail $ skCreated $ skEnabled )
MUST ( skMail $ skCreated )
MAY ( skMemberOf $ skID $ skDiscord )
)