[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Dose ldapsearch support Active Directory server ?



Active Directory used "anonymously" (without binding) lists only
CN=configuration (complete form : CN=configuration,DC=mydomain,DC=fr). To go
through the complete Active Directory tree, you should bind to an user valid
in the domain. Then you would be able to do something like :

ldapsearch [some_more_options] -b CN=Users,DC=mydomain,DC=fr

Do not forget the LDP.exe tool for Windows (on the Microsoft Windows 2000
Server CD [support tools]), that can help you for debuging.

Fred

----- Original Message -----
From: "jing jiang" <jjiang@servgate.com>
To: <OpenLDAP-Software@OpenLDAP.org>
Sent: Friday, March 22, 2002 4:51 AM
Subject: Dose ldapsearch support Active Directory server ?


> Hi All,
>
> I tried to use ldapsearch to get user info from Active Directory server
> (Win2k). I only got some useless info. Is there special syntax ?
>
> Jing Jiang
> Servgate Techno.
>