User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9
Kick, Claus wrote:
Try something like (depends a bit on your OS):
ldapsearch -b 'your base dn' -D 'your user ' -w 'password' cn=* >
somefile.txt
One should rather use "*" "+" as 'attributes' to also get operational
attributes (if needed). And the filter above does not catch entries
which does not have a attribute 'cn' at all.
Note that the entity specified by the bind-DN should have full read
access to the whole content. The server's rootdn has full access
circumventing all ACLs.