Leosac  0.8.0
Open Source Access Control
Module: AuthDB

Documentation for a backend authentication module that uses Leosac database.

AuthDB Module Documentation

Introduction

The module Auth-DB is an authentication backend module. It listens to events generated by authentication source module (like Wiegand). These events contains credentials. This module verify the credential using Leosac's database, and either grant or deny access. Granting or denying access means sending a message to the application. This module doesn't open a door or perform action on its own.

Note
Obviously this module requires that Leosac run with a database enabled.