Details
Description
I've configured the Redback Runtime Configuration to connect a LDAP server.
Following the (rather sparse) documentation, I left the field for authenticationMethod empty.
The Verify LDAP Changes Button indicated a successful connection the LDAP server afterwards.
Then I wondered what effect that authenticationMethod could have.
Lacking any documentation, I simply tried several values and figured that it obviously triggers the particular SASL authentication methods.
Since I don't want to use SASL but bind PLAIN to the LDAP server, I emptied the field again.
Unfortunately, that didn't restore the previous functionality!
The LDAP access log showed, that Archiva is still using TYPE=SASL rather than TYPE=SIMPLE (which has been used on the initial validation).
This problem was not recoverable via the UI.
After, I manually removed the (emtpy) authenticationMethod tag from archiva.xml, TYPE=SIMPLE was used again and connection succeeded.