Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [tbatchelli@29785_1_103 ~]$ ldapsearch -w fred -D "cn=Manager,dc=gogrid,dc=com" -x -l 10 -s base -b cn=Monitor "(objectClass=*)" "@monitorServer"
  2. # extended LDIF
  3. #
  4. # LDAPv3
  5. # base <cn=Monitor> with scope baseObject
  6. # filter: (objectClass=*)
  7. # requesting: @monitorServer
  8. #
  9.  
  10. # Monitor
  11. dn: cn=Monitor
  12. objectClass: monitorServer
  13. cn: Monitor
  14. description: This subtree contains monitoring/managing objects.
  15. description: This object contains information about this server.
  16. description: Most of the information is held in operational attributes, which
  17. must be explicitly requested.
  18. monitoredInfo: OpenLDAP: slapd 2.3.43 (Nov 29 2010 03:44:41)
  19.  
  20. # search result
  21. search: 2
  22. result: 0 Success
  23.  
  24. # numResponses: 2
  25. # numEntries: 1
Add Comment
Please, Sign In to add comment