]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Added clarification about LDAP default port
authorBadlop <badlop@process-one.net>
Tue, 27 Nov 2007 14:45:30 +0000 (14:45 +0000)
committerBadlop <badlop@process-one.net>
Tue, 27 Nov 2007 14:45:30 +0000 (14:45 +0000)
(thanks to Christophe Romain).

SVN Revision: 991

ChangeLog
doc/guide.tex

index b219e3ca665d92d425f16e5e295661920fa42257..2c308512674dfa5733b145b40652f73f8fdca8cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
 2007-11-27  Badlop  <badlop@process-one.net>
 
-       * src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).
+       * doc/guide.tex: Added clarification about LDAP default port
+       (thanks to Christophe Romain).
+       
+       * src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE 
+       registry (EJAB-328).
        * src/mod_vcard_ldap.erl: Likewise.
        * src/mod_vcard_odbc.erl: Likewise.
        * doc/guide.tex: Updated documentation.
 
-       * src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).
+       * src/mod_muc/mod_muc_room.erl: Don't show the room name as 
+       the room description (EJAB-382).
 
 2007-11-26  Badlop  <badlop@process-one.net>
 
index f9a7a65b3d2dcbb457674eb9403e83cf38aed492..6d8d82930322911df3f4219b0d418adf8b93a9f6 100644 (file)
@@ -1504,7 +1504,11 @@ Parameters:
 \titem{ldap\_server} \ind{options!ldap\_server}IP address or dns name of your
 LDAP server. This option is required.
 \titem{ldap\_port} \ind{options!ldap\_port}Port to connect to your LDAP server.
-  The default value is~389.
+  The initial default value is~389, so it is used when nothing is set into the 
+configuration file. 
+If you configure a value, it is stored in ejabberd's database. 
+Then, if you remove that value from the configuration file, 
+the value previously stored in the database will be used instead of the default 389.
 \titem{ldap\_rootdn} \ind{options!ldap\_rootdn}Bind DN. The default value
   is~\term{""} which means `anonymous connection'.
 \titem{ldap\_password} \ind{options!ldap\_password}Bind password. The default