On Mon, Dec 16, 2019 at 11:45 AM Umesh Bhatt <[email protected]> wrote:

> Hi,
>
> Thanks for sharing info.
> I am not using JDBC authentication, can this be done with File Based
> Authentication?
> Also can you pls provide more info on decorate? What is the use of it?
>
>
The JDBC module is the only one currently that implements active connection
tracking, so, no, you cannot do it with File-Based Authentication, unless
you implement a file-based extension that also does the connection tracking.

Decoration allows for extension modules to use the facilities in other
modules, including storing data.  An example of this is the TOTP
authentication extension, which uses the JDBC module to store the TOTP
information and also requires additional authentication (the second factor)
for the user.

-Nick

Reply via email to