17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
# ATTENTION!
|
|
# Plugins are invoked in the order of listing in the plugin config file.
|
|
|
|
# auth user
|
|
# file={path for DB file with user auth information}
|
|
plugin /var/lib/uhub/mod_auth_sqlite.so "file=/etc/uhub/users.db"
|
|
|
|
# log subsystem.
|
|
# file={/path/to/logfile}
|
|
plugin /var/lib/uhub/mod_logging.so "file=/var/log/uhub.log"
|
|
|
|
#
|
|
# plugin /var/lib/uhub/mod_auth_simple.so
|
|
|
|
#
|
|
# plugin /var/lib/uhub/mod_example.so
|