#
#  The hostname of the MySQL server, the admin username and password.
#  This file MAY NOT be installed group/world readable because it contains
#  the admin password!
#
# The format of this file must be as follows:
#
# field[spaces|tabs]value
#
# That is, the name of the field, followed by spaces or tabs, followed by
# field value.  No trailing spaces.
#
# Here are the fields:
#
# The server, admin username and password, and the name of the database where
# the user table is kept

MYSQL_SERVER		mysql.example.com
MYSQL_USERNAME		admin
MYSQL_PASSWORD		admin
MYSQL_DATABASE		main

#
# This is the name of the table that contains your user table.  See
# README.authmysqlrc for what the schema of this table should be
#

MYSQL_USER_TABLE	passwd

#
# Here's the default domain.  Logins without a domain will use the following
# domain.
#

DEFAULT_DOMAIN		example.com

#
# If you want to use separate tables for different domains, set USE_HOST
# to YES, and set MYSQL_HOST_TABLE to the name of the host table.  See
# README.authmysql for more information.
#

USE_HOST		NO
MYSQL_HOST_TABLE	hosts
