[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: More Attributes with slapcat than with ldapsearch



> Why does slapcat produce a LDIF entry with attributes that ldapsearch
> does not show?

Given the attributes you listed as an example, it's most likely that
slapcat is showing operational attributes, which are not in a normal
ldapsearch. Try ldapsearch with attrs * + (be careful to quote them as
appropriate for your shell).

Alternately, you may be restricted by an ACL, overlay, or other thing not
on disk. You could try to turn up debugging on slapd to check that.