Guest User

Untitled

a guest
Oct 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # extended LDIF
  2. #
  3. # LDAPv3
  4. # base <cn=users,dc=ad,dc=example,dc=com> with scope subtree
  5. # filter: (cn=example12)
  6. # requesting: ALL
  7. #
  8.  
  9. # example12, Users, ad.example.com
  10. dn: CN=example12,CN=Users,DC=ad,DC=example,DC=com
  11. objectClass: top
  12. objectClass: person
  13. objectClass: organizationalPerson
  14. objectClass: user
  15. cn: example12
  16. sn:: IA==
  17. givenName:: IA==
  18. instanceType: 4
  19. whenCreated: 20181017204552.0Z
  20. whenChanged: 20181017204552.0Z
  21. uSNCreated: 3773
  22. uSNChanged: 3773
  23. name: example12
  24. objectGUID:: S/xjxTXC0ECXf8MbrToMtQ==
  25. userAccountControl: 546
  26. badPwdCount: 0
  27. codePage: 0
  28. countryCode: 0
  29. badPasswordTime: 0
  30. lastLogoff: 0
  31. lastLogon: 0
  32. pwdLastSet: 0
  33. primaryGroupID: 513
  34. objectSid:: AQUAAAAAAAUVAAAANEssky5QM1FkSyAZUgQAAA==
  35. accountExpires: 9223372036854775807
  36. logonCount: 0
  37. sAMAccountName: $6AC7D6AE-4F77CDEF1B9BF15C
  38. sAMAccountType: 805306368
  39. objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=ad,DC=example,DC=com
  40. distinguishedName: CN=example12,CN=Users,DC=ad,DC=example,DC=com
  41.  
  42. # search result
  43. search: 2
  44. result: 0 Success
  45.  
  46. # numResponses: 2
  47. # numEntries: 1
Add Comment
Please, Sign In to add comment