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

Valery Kharseko
14.58.2025 832a96f1f4660c10d3e5abffa14269d8c7f4fcb0
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
dn: dc=example,dc=com
changetype: modify
delete: objectClass
objectClass: domain
-
add: objectClass
objectClass: organization
objectClass: dcObject
-
add: description
description: description 1
description: description 2
description: description 3
-
add: o
o: Example Corp.
-
 
dn: ou=Applications,dc=example,dc=com
changetype: add
objectClass: top
objectClass: organizationalUnit
ou: Applications
 
dn: ou=Groups,dc=example,dc=com
changetype: delete
 
dn: ou=People,dc=example,dc=com
changetype: modify
add: description
description: This is a very long description used to test that the ldif tools manage to deal with ldif
  wrapping standards.
-
 
dn: cn=Test User,ou=People,dc=example,dc=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
uid: test.user
givenName: Test
sn: User
cn: Test User
userPassword: password
 
dn: uid=test.user,ou=People,dc=example,dc=com
changetype: delete