Re: Recursive ldap lookups

2009-04-02 Thread Michael Ströder
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

Recursive ldap lookups

2009-04-02 Thread Fredrik Melander
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