Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.1
-
Component/s: Users/Security
-
Labels:None
-
Environment:Ubuntu Linux, Open-ldap
-
Number of attachments :
Description
I configured ~/.m2/security.properties with ldap information.
In DefaultArchivaConfiguration the Registry load all informations of security.properties.
When i was loggin throws this Exception:
java.lang.NullPointerException
org.codehaus.plexus.redback.common.ldap.connection.LdapConnection.<init>(LdapConnection.java:58)
org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConnectionFactory.getConnection(ConfigurableLdapConnectionFactory.java:123)
org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator.authenticate(LdapBindAuthenticator.java:92)
I got redback source code, and i see that any information of ldap was there in LdapConnection!
Issue Links
- depends upon
-
MRM-677
Upgrade archiva to the latest redback (1.0.1)
-
This is already fixed in redback-trunk. We're migrating archiva 1.0.2 to the latest redback, so this would be fixed by then.
I'll move this issue to 1.0.2..