Creating partition in apache directory server and loading the context

Install-apache ds1.5 and apache directory studio.

Creating partition in apache directory server and loading the context

Open server.xml file--->C:\Program Files\Apache Directory Server\instances\default\conf\server.xml
add jdm partition-   
<jdbmPartition id="prdc" suffix="o=prdc"/> 
You can restart the apache ds server to see the changes.


Then connect to Apache DS using the Apache Directory Studio.
Right Click on DIT
Create Entry from Scratch  select Organization 
select o and in the value enter-"prdc"
select finish
and refesh the DIT to see the updates.

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form