-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
Workbench/directory/container_files/seed-data/edumember-obj.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # | ||
| # eduMember Objectclass | ||
| # | ||
| # | ||
| # "eduMember" attributes | ||
| # | ||
| dn: cn=schema | ||
| changetype: modify | ||
| # | ||
| add: attributetypes | ||
| attributeTypes: ( 1.3.6.1.4.1.5923.1.5.1.1 | ||
| NAME 'isMemberOf' | ||
| DESC 'identifiers for groups to which containing entity belongs' | ||
| EQUALITY caseExactMatch | ||
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
| attributeTypes: ( 1.3.6.1.4.1.5923.1.5.1.2 | ||
| NAME 'hasMember' | ||
| DESC 'identifiers for entities that are members of the group' | ||
| EQUALITY caseExactMatch | ||
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
| - | ||
| # | ||
| add: objectclasses | ||
| objectClasses: ( 1.3.6.1.4.1.5923.1.5.2 NAME 'eduMember' | ||
| AUXILIARY | ||
| MAY ( isMemberOf $ hasMember ) | ||
| ) | ||
| # | ||
| # end of LDIF | ||
| # |
Oops, something went wrong.