Fredrik Melander wrote:
> I was wondering if/how I can make recursive lookups in my ldap-tree
> (corresponding to the -C option of ldapsearch),
Which ldapsearch tool are you talking about? OpenLDAP's command-line
tool ldapsearch does not have an option -C. Do you have several
implementations of ld
Hi, list!
I was wondering if/how I can make recursive lookups in my ldap-tree
(corresponding to the -C option of ldapsearch), i.e. my ldap-server
doesn't have the information I'm asking for, but happens to know which
other ldap searver that has it, and thus forwards my request to that server.
Tha