Why does ApacheDS restart fail?
Why does ApacheDS restart fail?
I recently studied the LDAP technology and found that there is too little information in this area. It is really tiring to study.
Below are some open-source projects I have found online.
A) ldap server: apacheDS, OpenLDAP, Fedora (RedHat), OpenDS (SUN)
B) CLIENT TOOLS: JXplorer and ldap-utils
C) API: SpringLDAP
After ApacheDS is installed, everything is normal, but it cannot be started when the service is restarted.
Where was the error. I used JXplorer to connect to the service and changed the admin password. However, the password of the server cannot be changed.
So I have to change the password in conf/server. xml under the server directory, and change the password in server. xml under the instances/default/conf directory.
This is the following section.
<Prop key = "java. naming. security. authentication"> simple </prop>
<Prop key = "java. naming. security. principal"> uid = admin, ou = system </prop>
<Prop key = "java. naming. security. credentials"> secret </prop>
ApacheDS details: click here
ApacheDS: click here
This article permanently updates the link address: