PingDirectory

Example of a migrated sample customer entry

The following is an example of a Sample Corporation customer entry that has been migrated to the Example.com database.

The user entry is defined in the Example.com directory server’s database as follows.

This view is how the entry appears to search requests under the dc=example,dc=com base distinguished name (DN).

dn: uid=scase,ou=People,dc=example,dc=com
objectClass: person
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: exampleAccount
objectClass: top
description: A customer account migrated from Sample merger
uid: scase
exAccountNumber: 234098
exSampleRegion: east
exSampleLinkedAccounts: uid=jcase,ou=people,dc=example,dc=com
userPassword: password
givenName: Sterling
cn: Sterling Case
sn: Case
telephoneNumber: +1 804 094 3356
street: 00468 Second Street
l: Arlington
mail: sterlingcase@maildomain.com st: VA

The following example shows what the PingDirectoryProxy server returns to LDAP clients who have requested the entry when searching under the o=sample base DN.

The DN returned includes ou=east even though this branch doesn’t exist in the Example.com directory information tree (DIT). It also returns the attribute names as they are defined in the Sample Corporation schema.

dn:  sampleID=scase,ou=east,o=sample
objectClass: person
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: exampleAccount
objectClass: top
description: A customer account migrated from Sample merger
uid: scase
exAccountNumber: 234098
exSampleRegion: east
exSampleLinkedAccounts: sampleID=jcase,ou=people,dc=example,dc=com
userPassword: password
givenName: Sterling
cn: Sterling Case
sn: Case
telephoneNumber: +1 804 094 3356
street: 00468 Second Street
l: Arlington
mail: sterlingcase@maildomain.com st: VA