[closed] The application.xml file has repeated rows
Peter Turvey (99●2●36)
| asked Oct 29 '18, 12:18 p.m.
closed Oct 29 '18, 2:12 p.m. by Ralph Schoon (63.6k●3●36●46) I am trying to configure a newly installed Jazz Team Server's LDAP connection. I haven't succeeded yet but one of the things you are told to do in these instructions https://jazz.net/wiki/bin/view/Deployment/ConfigureLDAPforLibertyProfile is modify your application.xml file with the group memberships similar to the group mappings in the JTS Setup (LDAP Part 1).
The Group names I am using don't differ from the default so I don't think I have to edit this file.
Does this matter ?
Thanks
<application type="war" id="jts" name="jts" location="${server.config.dir}/apps/jts.war">
<application-bnd>
<security-role name="JazzAdmins">
<group name="JazzAdmins" />
<group name="JazzAdmins" />
<group name="JazzAdmins" />
<group name="JazzAdmins" />
</security-role>
<security-role name="JazzProjectAdmins">
<group name="JazzProjectAdmins" />
<group name="JazzProjectAdmins" />
<group name="JazzProjectAdmins" />
<group name="JazzProjectAdmins" />
</security-role>
<security-role name="JazzUsers">
<group name="JazzUsers" />
<group name="JazzUsers" />
<group name="JazzUsers" />
<group name="JazzUsers" />
</security-role>
<security-role name="JazzGuests">
<group name="JazzGuests" />
</security-role>
</application-bnd>
</application>
|