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 |
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 |
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