mod_auth_sqlite
Authenticate users against a SQLite database.
Loading the plugin
On Unix systems:
plugin /var/lib/uhub/mod_auth_sqlite.so "file=<filename>"
plugin c:\path\to\mod_auth_sqlite.dll "file=<filename>"
Details
This plug-in allows users to be registered with an SQLite database.
The database can be created and populated with the uhub-passwd tool.
Example:
uhub-passwd /etc/uhub/users.db create
uhub-passwd /etc/uhub/users.db add Eddy SecretPassw0rD operator
Credentials can be one of:
- user
- operator (or "op")
- super
- admin