GUACAMOLE-363: Switch back to variablelist for sqlserver-driver.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/c3f2ac01 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/c3f2ac01 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/c3f2ac01 Branch: refs/heads/master Commit: c3f2ac017663a9a91296dbb2ae3ba507c885de8e Parents: 2301b39 Author: Nick Couchman <[email protected]> Authored: Mon Jan 1 16:09:15 2018 -0500 Committer: Nick Couchman <[email protected]> Committed: Mon Jan 1 16:09:15 2018 -0500 ---------------------------------------------------------------------- src/chapters/jdbc-auth.xml | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/c3f2ac01/src/chapters/jdbc-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml index e57ce02..5ab4a8e 100644 --- a/src/chapters/jdbc-auth.xml +++ b/src/chapters/jdbc-auth.xml @@ -121,21 +121,24 @@ mode of the module with various TDS-comptabile drivers such that it can be used with different versions of SQL Server and even non-Microsoft SQL Server databases. The following options are available for the <property>sqlserver-driver</property> property: - <itemizedlist> - <listitem> - <constant>microsoft2005</constant>: The current Microsoft driver, - supporting SQL Server 2005 and later. - </listitem> - <listitem> - <constant>microsoft</constant>: The legacy SQL Server support. - </listitem> - <listitem> - <constant>jtds</constant>: The open source JTDS driver. - </listitem> - <listitem> - <constant>datadirect</constant>: The Progress Sybase driver. - </listitem> - </itemizedlist> + <variablelist> + <varlistentry> + <term>microsoft2005</term> + <listitem>The current Microsoft driver, supporting SQL Server 2005 and later.</listitem> + </varlistentry> + <varlistentry> + <term>microsoft</term> + <listitem>The legacy SQL Server support.</listitem> + </varlistentry> + <varlistentry> + <term>jtds</term> + <listitem>The open source JTDS driver.</listitem> + </varlistentry> + <varlistentry> + <term>datadirect</term> + <listitem>The Progress Sybase driver.</listitem> + </varlistentry> + </variablelist> </para> </listitem> </varlistentry>
