This repository was archived by the owner on Jul 14, 2019. It is now read-only.

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 1
22

33
# Add the groupType Attribute
4-
dn: cn=schema,cn=config
4+
dn: cn={0}core,cn=schema,cn=config
55
changetype: modify
66
add: olcAttributetypes
77
olcAttributetypes: ( 1.2.840.113556.1.4.750 NAME 'groupType'
88
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE
99
)
1010

1111
# Add the group class
12-
dn: cn=schema,cn=config
12+
dn: cn={0}core,cn=schema,cn=config
1313
changetype: modify
1414
add: olcObjectClasses
1515
olcObjectClasses: ( 1.2.840.113556.1.5.8 NAME 'Group'

0 commit comments

Comments
 (0)