Hello all,

I'm trying to set up monitoring via slapd.conf according to this guide: http://www.openldap.org/devel/admin/monitoringslapd.html
However after setting it up and trying to test it I receive the following  error message: 

root@gilead:/opt/fedora-ds# bin/ldapsearch -x -D "cn=Directory Manager,o=xxx,o=xxx,c=br" -W -b 'cn=monitor' -s base '(objectClass=*)' '*' '+'
Enter LDAP Password: 
# extended LDIF
#
# LDAPv3
# base <cn=monitor> with scope baseObject
# filter: (objectClass=*)
# requesting: * + 
#

# search result
search: 2
result: 32 No such object

# numResponses: 1

This is what I've added to my slapd.conf:

database monitor
access to *
  by dn.exact="cn=Directory Manager,o=xxx,o=xxx,c=br"
  by * none


I've restarted slapd after adding the entries above. Is there something else that must be done? Thanks!

--
Diego Lima