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? Thanks again, Jo
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
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?I don''t think cn=config is searchable by anonymous by default - try -D "cn=directory manager" -w password> > Thanks again, > Jo > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users