Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Configuring Additional Directory Servers > Modify the wt.properties File
  
Modify the wt.properties File
When configuring an additional enterprise directory, you must access the wt.properties file to modify the value of the wt.federation.org.directoryServices property.
The value of the wt.federation.org.directoryServices property is a comma-separated list of JNDI adapter names. The list is traversed from left to right when searching for users and groups. The first entry in the list is the name of the default JNDI adapter created during the initial Windchill installation process and which connects to the Windchill Directory Server.
To complete this task, you must use the xconfmanager utility. For more information on the xconfmanager utility, see About the xconfmanager Utility.
From a windchill shell, execute the following commands:
1. To display the current value of the property:
xconfmanager -d wt.federation.org.directoryServices
* 
You must copy the current value of the property. When adding additional JNDI adapter names to the value, you must retain the existing values by including them in your updated property value list.
2. Add any additional JNDI adapter names (using the adapter service name) to the existing property value. Use a comma to separate the adapter names.
xconfmanager -s wt.federation.org.directoryServices=<JNDI adapter service names>
-t <Windchill>/codebase/wt.properties -p
Where <Windchill> is the Windchill is installation path.
For guidelines on specifying multiple property and property value combinations using the xconfmanager utility, see About the xconfmanager Utility.