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

Re: Active Directory




Only part of the Active Directory tree is actually visible through
Microsoft's LDAP service. The rest is only accessible programmatically
through ADSI. Which means that if users are, by default, in containers
other than the Users container, you may not be able to search for them
using a straight LDAP solution. If other suggestions don't work, look at:

http://www.iplanet.com/about_us/straight_talk/straight_talk_5_9_vol1.html


Sean





                                                                                                         
                    Erick                                                                                
                    <erick@dark.uwaterloo.ca>         To:     ldap <openldap-software@OpenLDAP.org>      
                    Sent by:                          cc:                                                
                    owner-openldap-software@Op        Subject:     Active Directory                      
                    enLDAP.org                                                                           
                                                                                                         
                                                                                                         
                    05/25/01 11:54 AM                                                                    
                                                                                                         
                                                                                                         





I would like to use the ldapsearch program against a Windows 2000 active
directory.

Using UMich's ldapsearch, the following command returned *something*
but only sometimes, running it 3 times in successsion might have
returned results once if I was lucky:

 ldapsearch -v -h eng2k.uwaterloo.ca -s sub -b \
    dc=nexus,dc=uwaterloo,dc=ca  \
    "(&(cn=*)(objectclass=*))"

With the latest OpenLDAP downloaded today, I get no results at all. Well,
at least my results are consistent.

Any suggestions?

Erick