-
Bug
-
Resolution: Fixed
-
Medium
-
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.
- is superseded by
-
CWD-2197 Unable to add groups to LDAP directory through crowd UI
-
- Closed
-
[CWD-2340] creating a group in OpenLDAP through Confluence with Crowd integration does not work - fix described
Workflow | Original: Simplified Crowd Development Workflow v2 - restricted [ 1510945 ] | New: JAC Bug Workflow v3 [ 3365349 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1392473 ] | New: Simplified Crowd Development Workflow v2 - restricted [ 1510945 ] |
Workflow | Original: Crowd Development Workflow v2 [ 281116 ] | New: Simplified Crowd Development Workflow v2 [ 1392473 ] |
Fix Version/s | New: 2.2 [ 15740 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Needs Verification [ 10004 ] | New: Resolved [ 5 ] |
Status | Original: Open [ 1 ] | New: Needs Verification [ 10004 ] |