Last active
April 19, 2019 20:54
-
-
Save quanah/84ef0ebfda79c6c124137fea9be63494 to your computer and use it in GitHub Desktop.
Example.com database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: dc=example,dc=com | |
objectClass: top | |
objectClass: organization | |
objectClass: dcObject | |
o: example | |
dc: example | |
structuralObjectClass: organization | |
entryUUID: 7af18f4a-f72a-1038-8e73-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z | |
entryCSN: 20190419200719.413423Z#000000#000#000000 | |
modifiersName: cn=manager,dc=example,dc=com | |
modifyTimestamp: 20190419200719Z | |
dn: cn=people,dc=example,dc=com | |
objectClass: top | |
objectClass: organizationalRole | |
cn: people | |
description: Tree for storing people | |
structuralObjectClass: organizationalRole | |
entryUUID: 7af33192-f72a-1038-8e74-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z | |
entryCSN: 20190419200719.424183Z#000000#000#000000 | |
modifiersName: cn=manager,dc=example,dc=com | |
modifyTimestamp: 20190419200719Z | |
dn: uid=jdoe,cn=people,dc=example,dc=com | |
objectClass: top | |
objectClass: person | |
objectClass: organizationalPerson | |
objectClass: inetOrgPerson | |
cn: Jane Doe | |
givenName: Jane | |
sn: Doe | |
l: Anytown | |
postalAddress: 1234 somestreet$Anytown$DC | |
title: Professional | |
mail: [email protected] | |
employeeType: staff | |
homePhone: +1 234 567 8910 | |
uid: jdoe | |
userPassword: jdoesecret | |
structuralObjectClass: inetOrgPerson | |
entryUUID: 7af4447e-f72a-1038-8e75-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z | |
entryCSN: 20190419200719.431221Z#000000#000#000000 | |
modifiersName: cn=manager,dc=example,dc=com | |
modifyTimestamp: 20190419200719Z | |
dn: cn=appaccts,dc=example,dc=com | |
objectClass: top | |
objectClass: organizationalRole | |
cn: appaccts | |
description: Tree for storing application account identities | |
structuralObjectClass: organizationalRole | |
entryUUID: 7af54ae0-f72a-1038-8e76-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z | |
entryCSN: 20190419200719.437944Z#000000#000#000000 | |
modifiersName: cn=manager,dc=example,dc=com | |
modifyTimestamp: 20190419200719Z | |
dn: cn=someapplication,cn=appaccts,dc=example,dc=com | |
objectClass: top | |
objectClass: inetOrgPerson | |
cn: someapplication | |
sn: someapplication | |
description: Application account for someapplication | |
userPassword: secret1234 | |
structuralObjectClass: inetOrgPerson | |
entryUUID: 7af62df2-f72a-1038-8e77-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z | |
entryCSN: 20190419200719.443751Z#000000#000#000000 | |
modifiersName: cn=manager,dc=example,dc=com | |
modifyTimestamp: 20190419200719Z | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment