hihi
I use ldapsearch to get the root information
This is my statement:
ldapsearch -h ServerLocation -p 1717 -s base -b '' -L -D
'cn=manager,o=xxx,c=ca' -w password 'objectclass=*'
Return :
dn:
createTimeStamp: 20010814201244Z
modifyTimeStamp: 20020115171820Z
modifiersName: cn=manager, o=xxx, c=CA
The directory is third party directory service which is in UNIX system.
Why doesnt return any DN ?
am I getting the root of the information?
What is the problem that I cannot get the root information such as
schema address?
Is it something wrong when i set up the directory directory?
If the directory is Active Directory in MS, I don't need to put any
authorization info (login and password), I can get the root information
such as contextname, schema Context Naming and default Context Naming
etc.