User registry
Use this section to configure some properties related to the User Registry in use.
- groupIdMap
- The property is related to the groups of User Registry, and can be modified to map and display the specified value of each group. The default is the common name of the group.
Examples:
<?xml version"1.0"?>
<tdwc>
.
.
<settings>
<security>
<property name="groupIdMap" value="cn"></property>
</security>
</settings>
.
.
</tdwc>
Therefore, if you need to change the default
value "cn" to "racfid", you can
define this property as follows: <property name="groupIdMap" value="racfid"></property>
See TdwcGlobalSettings.xml sample to view the complete syntax
for the file.For more information about how to customize global settings, see Customizing your global settings.