-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Directory - LDAP
-
None
-
Environment:JIRA 4.0-SNAPSHOT
Crowd 1.3-SNAPSHOT
OpenDS-1.0.0-build010
There seems to be a problem with the CrowdProvider not passing along enough information to create a user in OpenDS, since JIRA creates the user with just the username first and provides all other attributes later. It fails with the following error:
com.atlassian.crowd.integration.exception.InvalidPrincipalException: Operation failed; nested exception is javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 21 - Entry "cn=duffy,ou=People,dc=atlassian,dc=com" contains a value "" for attribute sn that is invalid according to the syntax for that attribute: The operation attempted to assign a zero-length value to an attribute with the directory string syntax]; remaining name 'cn=duffy,ou=People,dc=atlassian,dc=com'
Creating the user via Crowd works fine, as all the attributes are provided up-front.
- duplicates
-
CWD-424 OpenDS directory connector.
- Closed