Created
October 17, 2018 20:51
-
-
Save rk295/0bde9a03f057dea09ea08f7f0050785e to your computer and use it in GitHub Desktop.
This file contains 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
# extended LDIF | |
# | |
# LDAPv3 | |
# base <cn=users,dc=ad,dc=example,dc=com> with scope subtree | |
# filter: (cn=example12) | |
# requesting: ALL | |
# | |
# example12, Users, ad.example.com | |
dn: CN=example12,CN=Users,DC=ad,DC=example,DC=com | |
objectClass: top | |
objectClass: person | |
objectClass: organizationalPerson | |
objectClass: user | |
cn: example12 | |
sn:: IA== | |
givenName:: IA== | |
instanceType: 4 | |
whenCreated: 20181017204552.0Z | |
whenChanged: 20181017204552.0Z | |
uSNCreated: 3773 | |
uSNChanged: 3773 | |
name: example12 | |
objectGUID:: S/xjxTXC0ECXf8MbrToMtQ== | |
userAccountControl: 546 | |
badPwdCount: 0 | |
codePage: 0 | |
countryCode: 0 | |
badPasswordTime: 0 | |
lastLogoff: 0 | |
lastLogon: 0 | |
pwdLastSet: 0 | |
primaryGroupID: 513 | |
objectSid:: AQUAAAAAAAUVAAAANEssky5QM1FkSyAZUgQAAA== | |
accountExpires: 9223372036854775807 | |
logonCount: 0 | |
sAMAccountName: $6AC7D6AE-4F77CDEF1B9BF15C | |
sAMAccountType: 805306368 | |
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=ad,DC=example,DC=com | |
distinguishedName: CN=example12,CN=Users,DC=ad,DC=example,DC=com | |
# search result | |
search: 2 | |
result: 0 Success | |
# numResponses: 2 | |
# numEntries: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment