Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-20223

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: