PTC Arbortext Content Delivery Deployment > Planning Your Deployment > Using a Single Windchill Directory Server for Publisher and Viewer
Using a Single Windchill Directory Server for Publisher and Viewer
It is recommended to set up and configure separate internal LDAP (Windchill Directory Server) for Publisher and Viewers. If you must have a single LDAP for both Publisher applications (Task Manager and configurator) as well as Viewers, perform the following steps to restrict the access for Task Manager and configurator applications:
1. Edit <HOME>\SW\SW\System\WildFly\standalone\configuration\standalone-full-<database-name>.xml of Publisher.
2. Add a new security domain section with a name such as InServiceTaskManager:
3. Modify the baseFilter module-option to define the LDAP group to provide access.
<module-option name="baseFilter" value="(&amp;(sAMAccountName={0})
(memberOf=CN=Group01,CN=Users,DC=ad,DC=ptcnet,DC=com))"/>
4. Edit <HOME>\SW\Config\System\Config\customizedContext_3.conf.xml and replacethe login.configuration.name property with the new security domain name created in step 2.
<Property Name="login.configuration.name" Value="InServiceTaskManager" />
5. Restart the services.
Uninstalling WindchillDS
To uninstall standlone installed WindchillDS, perform the following steps to avoid errors during second WindchillDS installation.
1. Run the uninstall files as follows:
For Windows: Navigate to the WindchillDS_HOME/InS_SW/SW/System/WindchillDS/Server/ folder and run uninstall.bat
For Linux: Navigate to the WindchillDS_HOME/InS_SW/SW/System/WindchillDS/Server/ folder and run uninstall.sh
2. Select all the options present on the uninstaller panel and then uninstall the WindchillDS.
3. Once the uninstall process is complete, remove the WindchillDS folder manually.