Skip to content

Commit

Permalink
doc: add README documentation for mysql options
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Apr 9, 2021
1 parent d9a54ba commit b37201f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
Expand Up @@ -291,6 +291,21 @@ directory). This location should be only readable and writable by root. Refer
to `Authentication_Using_Challenge-Response.adoc` for more information about
such a setup.

mysql_server::
Hostname/Adress of mysql server to use for mapping.

mysql_port::
Network port of mysql server.

mysql_user::
User for accessing the mysql database.

mysql_password::
Password for the mysql user.

mysql_database::
The mysql database to use.

If you are using "debug" you may find it useful to create a
world-writable log file:

Expand Down

0 comments on commit b37201f

Please sign in to comment.