aboutsummaryrefslogtreecommitdiff
path: root/src/win32/ejabberd.cfg
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-08-05 20:49:24 +0000
committerAlexey Shchepin <alexey@process-one.net>2005-08-05 20:49:24 +0000
commit1baf1551bef1b1b6adda6bf9b0821826f9d6b556 (patch)
tree8fc6eccf8f75e7f6bd27831b300dd85d2e601512 /src/win32/ejabberd.cfg
parentRelease 0.9.8 (diff)
* src/win32/inetrc: Added (thanks to Sergei Golovan)
* src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Likewise * src/win32/ejabberd.nsi: Likewise * doc/guide.tex: Updated * src/ejabberd.hrl: Updated version SVN Revision: 402
Diffstat (limited to '')
-rw-r--r--src/win32/ejabberd.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win32/ejabberd.cfg b/src/win32/ejabberd.cfg
index f882f7cc6..7ba191be0 100644
--- a/src/win32/ejabberd.cfg
+++ b/src/win32/ejabberd.cfg
@@ -80,11 +80,17 @@
%{ldap_servers, ["localhost"]}. % List of LDAP servers
%{ldap_uidattr, "uid"}. % LDAP attribute that holds user ID
%{ldap_base, "dc=example,dc=com"}. % Base of LDAP directory
+%{ldap_rootdn, "dc=example,dc=com"}. % LDAP manager
+%{ldap_password, "******"}. % Password to LDAP manager
% For authentification via external script use the following:
%{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(s):
{hosts, ["localhost"]}.