Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-2340

creating a group in OpenLDAP through Confluence with Crowd integration does not work - fix described

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 2.2
    • 2.0.7
    • None
    • Crowd 2.0.7
      Confluence 3.4.x
      OpenLDAP - newest installed Oct-2010 - not sure what version

      creating a group in OpenLDAP through Confluence with Crowd integration does not work - fix described.

      The problem is that when creating a group in OpenLDAP it will accept 'no description' or a 'description with content' but it throws an error if it gets a description with a length of zero.

      The problem is that this is exactly what the Confluence integration passes to Crowd and then to OpenLDAP.

      OpenLDAP cannot be modified because this is a core system attribute inherited everywhere.

      You can also see this if you try to create a group in Crowd but do not add a description - you get this error:

      Here is one fix:

      For crowd-integration-client-2.0.7 you can update CrowdGroupManager.java such that

      change:

      group.setDescription("");
      

      to this:

      group.setDescription(".");
      

      This also seems to be a problem with Confluence 3.5 when connecting directly to OpenLDAP.

            [CWD-2340] creating a group in OpenLDAP through Confluence with Crowd integration does not work - fix described

            Monique Khairuliana (Inactive) made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 - restricted [ 1510945 ] New: JAC Bug Workflow v3 [ 3365349 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 [ 1392473 ] New: Simplified Crowd Development Workflow v2 - restricted [ 1510945 ]
            Owen made changes -
            Workflow Original: Crowd Development Workflow v2 [ 281116 ] New: Simplified Crowd Development Workflow v2 [ 1392473 ]
            joe made changes -
            Fix Version/s New: 2.2 [ 15740 ]
            Resolution New: Fixed [ 1 ]
            Status Original: Needs Verification [ 10004 ] New: Resolved [ 5 ]
            joe made changes -
            Link New: This issue is superseded by CWD-2197 [ CWD-2197 ]
            Caspar Krieger (Inactive) made changes -
            Status Original: Open [ 1 ] New: Needs Verification [ 10004 ]
            Brendan Patterson created issue -

              Unassigned Unassigned
              eb70452b7747 Brendan Patterson
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: