From 077626c40a722f627b8fadaa4b10bd65da9df4fa Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 2 Jun 2010 17:10:48 +0200 Subject: [PATCH] Clarify in the Guide that mssql configuration is similar to odbc --- doc/guide.html | 15 +++++---------- doc/guide.tex | 19 +++++-------------- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index 96cca70d4..a0d5531e5 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1535,17 +1535,12 @@ enabled. This can be done, by using next commands:

./configure --enable-odbc --enable-mssql && make install
 

Database Connection

-

By default ejabberd opens 10 connections to the database for each virtual host. -Use this option to modify the value: -

{odbc_pool_size, 10}.
-

You can configure an interval to make a dummy SQL request -to keep alive the connections to the database. -The default value is ’undefined’, so no keepalive requests are made. -Specify in seconds: for example 28800 means 8 hours. -

{odbc_keepalive_interval, undefined}.
-

+

The configuration of Database Connection for a Microsoft SQL Server +is the same as the configuration for +ODBC compatible servers (see section 3.2.4).

Authentication

-

The configuration of Microsoft SQL Server is the same as the configuration of +

The configuration of Authentication for a Microsoft SQL Server +is the same as the configuration for ODBC compatible servers (see section 3.2.4).

Storage

Microsoft SQL Server also can be used to store information into from several diff --git a/doc/guide.tex b/doc/guide.tex index a0cf1b22c..a21d39dcd 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1990,19 +1990,9 @@ enabled. This can be done, by using next commands: \makesubsubsection{configuremssql}{Database Connection} \ind{Microsoft SQL Server!Database Connection} -By default \ejabberd{} opens 10 connections to the database for each virtual host. -Use this option to modify the value: -\begin{verbatim} -{odbc_pool_size, 10}. -\end{verbatim} - -You can configure an interval to make a dummy SQL request -to keep alive the connections to the database. -The default value is 'undefined', so no keepalive requests are made. -Specify in seconds: for example 28800 means 8 hours. -\begin{verbatim} -{odbc_keepalive_interval, undefined}. -\end{verbatim} +The configuration of Database Connection for a Microsoft SQL Server +is the same as the configuration for +ODBC compatible servers (see section~\ref{configureodbc}). \makesubsubsection{mssqlauth}{Authentication} @@ -2010,7 +2000,8 @@ Specify in seconds: for example 28800 means 8 hours. %TODO: not sure if this section is right!!!!!! -The configuration of Microsoft SQL Server is the same as the configuration of +The configuration of Authentication for a Microsoft SQL Server +is the same as the configuration for ODBC compatible servers (see section~\ref{odbcauth}). \makesubsubsection{mssqlstorage}{Storage}