BUILD FAILURE: Jackrabbit Oak - Build # 2646 - Failure

2020-02-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2646) Status: Failure Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2646/ to view the results. Changes: [tomekr] OAK-8930: More resilient blob listing for the Azure Segment Store Test results: All

Re: custom authentication module

2020-02-27 Thread Marco Piovesana
Hi Angela, thanks for the clarification! I did see that in L4_userIDTest but I wasn't sure it was meant to be used also in production. I've created OAK-8929 for the documentation update. Marco. On Thu, Feb 27, 2020 at 6:50 PM Angela Schreiber wrote: > Hi Marco > > The section you are

Re: custom authentication module

2020-02-27 Thread Angela Schreiber
Hi Marco The section you are referring to talks about replacing the authentication setup altogether... so replacing all parts of it. However, if your task is 'just' to configure an additional LoginModule or replacing an existing one (but otherwise leaving the broader authentication setup in

custom authentication module

2020-02-27 Thread Marco Piovesana
Hi all, I'm trying to define a custom LoginModule that extends the AbstractLoginModule in a NON-OSGi setup. Reading the documentation here at the section "Pluggability" I think I understood that I have to options to do it: