Jo De Troy wrote:
> Hello,
>
> indeed I can see the entries via de console, but I haven't been able
> yet to get these back via an ldapsearch command
> # ldapsearch -x -h localhost  '(cn=config)'
> returns nothing
>
> Any ideas what I'm doing wrong?
Hello

cn=config is search base, so try something like this:
# ldapsearch -x -b cn=config
or
# ldapsearch -x -b cn=config your-search-filter-and-other-options

BR
Kimmo Koivisto

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to