[remaster/mcs] update ejabberd config

This commit is contained in:
Fabio Erculiani 2010-10-30 09:33:28 +02:00
parent 6a35ef5e0c
commit 532513e965

View File

@ -219,7 +219,7 @@
{auth_method, ldap}. {auth_method, ldap}.
%% %%
%% List of LDAP servers: %% List of LDAP servers:
{ldap_servers, ["server1" , "server2"]}. {ldap_servers, ["localhost.localdomain" , "localhost"]}.
%% %%
%% LDAP attribute that holds user ID: %% LDAP attribute that holds user ID:
@ -228,7 +228,7 @@
%% %%
%% Search base of LDAP directory: %% Search base of LDAP directory:
{ldap_base, "dc=babel,dc=it"}. {ldap_base, "dc=babel,dc=it"}.
%% %%
%% LDAP manager: %% LDAP manager:
%%{ldap_rootdn, "dc=example,dc=com"}. %%{ldap_rootdn, "dc=example,dc=com"}.