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
|