Details
Description
I am trying to setup Archiva (first time) In my test environment to do a proof of concept.
This is the first time working with Archiva - so likely I am missing something.
LDAP is running on the same VM as Archiva - LDAP verification works, but no groups are displayed.
In the Archiva log file I'm seeing this when I try to add a group mapping:
2017-05-24 09:13:02,127 [qtp2084363060-25] ERROR org.apache.archiva.redback.rest.services.DefaultLdapGroupMappingService [] - Unprocessed Continuation Reference(s)
org.apache.archiva.redback.common.ldap.MappingException: Unprocessed Continuation Reference(s)
at org.apache.archiva.redback.common.ldap.role.DefaultLdapRoleMapper.getAllGroups(DefaultLdapRoleMapper.java:183) ~[redback-common-ldap-2.4.jar:2.4]
at org.apache.archiva.redback.rest.services.DefaultLdapGroupMappingService.getLdapGroups(DefaultLdapGroupMappingService.java:79) [redback-rest-services-2.4.jar:2.4]
I have attached my configuration for your review