[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Getting the Root DSE
- To: openldap-software <openldap-software@OpenLDAP.org>
- Subject: Re: Getting the Root DSE
- From: David Smith <davidsmith@byu.net>
- Date: Tue, 09 Sep 2003 23:15:35 -0600
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
Try this search instead:
ldapsearch -h localhost -x -s base objectClass=* +
The "+" tells ldapsearch to retrieve all attributes, some of which might
otherwise be hidden.
--Dave
kk kk wrote:
hi
I used this search query :
ldapsearch –h localhost -p 389 -xs base –b "" "(objectclass=*)"
inorder to get root DSE (directory service entry ) infomations held by
my OpenLDAP server ,but the result has not any info about DSE.
the result is:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
#
# filter: (objectclass=*)
# requesting: –h localhost –b (objectclass=*)
#
#
dn:
# search result
search: 2
result: 0 Success
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
How can I get the root DSE infomation?
thans!!