Rodrigo Costa wrote: > Howard, > > I'm not sure the information needed. I look as : > > If ldapsearch finds one or more entries, the attributes specified by attrs are returned. If * is listed, all user attributes are returned. If + is listed, all operational attributes are returned. If no attrs are listed, all user attributes are returned. > > So I thought the empty attrs would return all information.
All *user* attributes are returned, but not *operational* attributes. > Now with + I could see some other information but notthing related with cache. It appears that you're not using OpenLDAP 2.4, the cache attributes are not monitored in previous releases. > > What I runned was > > ldapsearch -LLL -x -b "cn=monitor" -H ldap://10.142.15.42:389 + -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
