fix: no need to have the enabled tag now that it is definitely going to be groups
This commit is contained in:
parent
d22844c3e3
commit
1c03644912
1 changed files with 7 additions and 7 deletions
|
@ -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 )
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue