mod_auth_simple
Authenticate users against a simple text-file.
Loading the plugin
On Unix systems:
plugin /var/lib/uhub/mod_auth_simple.so "file=<filename>"
plugin c:\path\to\mod_auth_simple.dll "file=<filename>"
Details
This plug-in allows users to authenticate against a simple text file.
File syntax
Each line must be on the format:
credentials username password
Example file
# Eddy is an Operator
operator "Eddy" "secret password"
# Roger is a registered user (no special privileges)
user "Roger" "pinB4ll"
# The hub administrator
admin "Administrator" "SetecAstronomy"