LDAP Configurer doesn't use new JIRA-specific Profile and Access providers

XMLWordPrintable

    • 4

      The LDAP Configurer tool in JIRA generates the following XML for the Profile and Access Providers:

          <provider class="com.opensymphony.user.provider.ofbiz.OFBizProfileProvider">
              <property name="exclusive-access">true</property>
          </provider>
      
          <provider class="com.opensymphony.user.provider.ofbiz.OFBizAccessProvider">
              <property name="exclusive-access">true</property>
          </provider>
      

      However, this is the XML we ship with:

          <provider class="com.atlassian.jira.user.osuser.JiraOFBizProfileProvider">
      		<property name="exclusive-access">true</property>
      	</provider>
      
      	<provider class="com.atlassian.jira.user.osuser.JiraOFBizAccessProvider">
      		<property name="exclusive-access">true</property>
      	</provider>
      

      The Configurer needs to change to generate the new XML.

              Assignee:
              Mark Lassau (Inactive)
              Reporter:
              Michael Tokar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: