Hi,
I have some trouble connecting my weblogic 9.1 embedded LDAP server using LDAPAdministrator v3.4 ( trial downloaded today ).
The program fails to connect with the following errors:
1. Schema Failed. An error has occurred while loading the RootDSE entry from localhost:7001. The default schema entry could not be loaded due to inability to access the RootDSE entry. Further processing will be aborted. Try changing your credentials or the server side access control list (ACL).
2. Generally this is also followed by a Timeout / LocalError in the explorer tree window.
3. An "Error Loading RootDSE" in the Message window.
I tweaked the configuration of the LDAP server to enable anonymous access and put most of the directory in read mode for everybody.
I tried to connect without success using the credentials
1. cn=Admin (directory admin)
2. another user
3. anonymous
and using various "Base DN"
I'm new to LDAP Server Administration ( it is just a test server for development ) so I cannot tell you much more than that.
The funny/sad thing is that everything is fine (even without any configuration tweak) using the free LDAPBrowser 2.5 from this company. Everything is also fine in both browsing and editing using JXplorer 3.1 (http://www.jxplorer.org/) and LDAPBrowser 2.8beta2 (http://www-unix.mcs.anl.gov/~gawor/ldap/)
I suppose there is a magic switch somewhere that I forgot to enable. Does somebody has any idea ?
( Also, don't know if that's important but the application has no access to internet, only the LAN )
Thanks.