This repository was archived by the owner on Jul 14, 2019. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | version: 1
|
2 | 2 |
|
3 | 3 | # Add the groupType Attribute
|
4 |
| -dn: cn=schema,cn=config |
| 4 | +dn: cn={0}core,cn=schema,cn=config |
5 | 5 | changetype: modify
|
6 | 6 | add: olcAttributetypes
|
7 | 7 | olcAttributetypes: ( 1.2.840.113556.1.4.750 NAME 'groupType'
|
8 | 8 | SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE
|
9 | 9 | )
|
10 | 10 |
|
11 | 11 | # Add the group class
|
12 |
| -dn: cn=schema,cn=config |
| 12 | +dn: cn={0}core,cn=schema,cn=config |
13 | 13 | changetype: modify
|
14 | 14 | add: olcObjectClasses
|
15 | 15 | olcObjectClasses: ( 1.2.840.113556.1.5.8 NAME 'Group'
|
|
You can’t perform that action at this time.
0 commit comments