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

Re: LDAP status info with root DSA in openLdap



Hi,

Use the following
You can get the organization Name or value for dc in slapd.conf, which you
have used as scema, while ldap database .

ldapsearch -s base -b "o=<organization Name>"  "objectclass=*"
    or
ldapsearch -s base -b "dc=<name>,dc=<name>"  "objectclass=*"


Regards,
Nagendra.



----- Original Message -----
From: Mikael Grehn <mikael@envilogg.se>
To: openldap_software <openldap-software@OpenLDAP.org>
Sent: Tuesday, July 10, 2001 15:28 PM
Subject: LDAP status info with root DSA in openLdap


> Hello,
>
> in openLdap1.x.x I used the ldapSearch tool with command-line:
>
>             ldapsearch.exe -s base -b cn=monitor
> 'objectclass=*'
> to get some info about my running ldap server.
>
> I tried the same search on my new openldap2.0.8 server and got
> "Error No Such Object"?
>
> Is the monitor rootDSA object removed in openLdap2.x.x?
>
> How can I get the rootDSA info. from openLdap2.0.8?
>
> Sincerely
> Mikael
>
>
>