This is a generic module that itself doesn’t provide all functions necessary for authentication, but provides functions that are needed by all other authentication related modules (so called authentication backends).
We decided to break the authentication code into several modules because there is now more than one backend(currently database authentication and radius are supported).
This allows us to create separate packages so users can install and load only required functionality. This also allows us to avoid unnecessary dependencies in the binary packages.
Back to SIP Express Router