test-openldap/bootstrap/config/msad.ldif
2018-01-20 08:32:17 -05:00

20 lines
506 B
Plaintext

version: 1
# Add the groupType Attribute
dn: cn={0}core,cn=schema,cn=config
changetype: modify
add: olcAttributetypes
olcAttributetypes: ( 1.2.840.113556.1.4.750 NAME 'groupType'
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE
)
# Add the group class
dn: cn={0}core,cn=schema,cn=config
changetype: modify
add: olcObjectClasses
olcObjectClasses: ( 1.2.840.113556.1.5.8 NAME 'Group'
DESC 'a group of users'
SUP top STRUCTURAL
MUST ( groupType $ cn)
MAY ( member ) )