mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
05.20.2008 fd2db991663266d16e41a649d793c3ace495ca8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# by brackets "[]" replaced with your own identifying information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#      Portions Copyright 2007-2008 Sun Microsystems, Inc.
#
 
dn: cn=Elvis Presley, o=mcom.com
changetype: add
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: Elvis Presley
givenName: Elvis
sn: Presley
ou: People
uid: epresley
 
dn: uid=tqa1,o=mcom.com
uid: tqa1
givenName: test
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
sn: qa1
cn: test qa1
mail: tqa1@sun.com
 
dn: uid=tqa2,o=mcom.com
uid: tqa2
givenName: test
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
sn: qa2
cn: test qa2
mail: tqa2@sun.com
 
dn: uid=tqa3,o=mcom.com
uid: tqa3
givenName: test
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
sn: qa3
cn: test qa3
mail: tqa3@sun.com
 
dn: uid=tqa4,o=mcom.com
uid: tqa4
givenName: test
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
sn: qa4
cn: test qa4
mail: tqa4@sun.com
 
dn: cn=test4 user4, o=mcom.com
changetype: add
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: test4 user4
givenName: test4
sn: user4
ou: People
uid: suser4
mail: email test4
 
dn: cn=test3 user3, o=mcom.com
changetype: add
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: test3 user3
givenName: test3
sn: user3
ou: People
uid: suser3
 
dn: cn=test2 user2, o=mcom.com
changetype: add
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: test2 user2
givenName: test2
sn: user2
ou: People
uid: suser2
 
dn: cn=SmartGroup, ou=People, o=mcom.com
changetype: add
objectclass: top
objectclass: groupOfUniqueNames
cn: SmartGroup
ou: People
uniquemember: cn=Elvis Presley, o=mcom.com
description: Smart People.
 
dn: ou=PlacesOu, o=mcom.com
changetype: add
objectclass: organizationalUnit
ou: PlacesOu
 
dn: cn=MountainViewGroup, ou=PlacesOu, o=mcom.com
changetype: add
objectclass: top
objectclass: groupOfUniqueNames
cn: MountainViewGroup
ou: PlacesOu
uniquemember: cn=Elvis Presley, o=mcom.com
description: People from Mountain View
 
dn: ou=CaliforniaOu, ou=PlacesOu, o=mcom.com
changetype: add
objectclass: organizationalUnit
ou: CaliforniaOu
 
dn: cn=NorCalGroup, ou=CaliforniaOu, ou=PlacesOu, o=mcom.com
changetype: add
objectclass: top
objectclass: groupOfUniqueNames
cn: NorCalGroup
ou: CaliforniaOu
uniquemember: cn=Elvis Presley, o=mcom.com
description: People from Northern California