diff options
Diffstat (limited to 'src/ejabberd.cfg.example')
-rw-r--r-- | src/ejabberd.cfg.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 3940f43f1..6185200e7 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -85,9 +85,13 @@ %{auth_method, external}. %{extauth_program, "/path/to/authentification/script"}. +% For authentification via ODBC use the following: +%{auth_method, odbc}. +%{odbc_server, "DSN=ejabberd;UID=ejabberd;PWD=ejabberd"}. + % Host name: -{host, "localhost"}. +{hosts, ["localhost"]}. % Default language for server messages |