What does ldapsearch response mean?
Posted
by
Martijn Burger
on Super User
See other posts from Super User
or by Martijn Burger
Published on 2014-06-04T14:23:22Z
Indexed on
2014/06/04
15:31 UTC
Read the original article
Hit count: 238
openldap
I created a ldap directory with a number of users and groups. When I query this directory from a remote server with:
ldapsearch -H ldap://ldap.myserver.net/ -x -vvvvvvv -b dc=myserver,dc=net -D cn=admin,dc=myserver,dc=net -W
I get all objects in the directory returned. The result finishes with the following:
# search result
search: 2
result: 0 Success
# numResponses: 85
# numEntries: 84
What do these numbers mean exactly?
© Super User or respective owner