GUACAMOLE-363: Fix list of sqlserver-driver options.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/afdd4f7d Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/afdd4f7d Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/afdd4f7d Branch: refs/heads/master Commit: afdd4f7d8de9d22aa3ab925ca56598e1fca07b56 Parents: 31f8d44 Author: Nick Couchman <[email protected]> Authored: Sun Dec 31 11:32:57 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Sun Dec 31 11:32:57 2017 -0500 ---------------------------------------------------------------------- src/chapters/jdbc-auth.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/afdd4f7d/src/chapters/jdbc-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml index d2818e5..d699f2f 100644 --- a/src/chapters/jdbc-auth.xml +++ b/src/chapters/jdbc-auth.xml @@ -121,21 +121,21 @@ 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: - <variablelist> - <varlistentry> + <itemizedlist> + <listitem> <constant>microsoft2005</constant>: The current Microsoft driver, supporting SQL Server 2005 and later. - </varlistentry> - <varlistentry> + </listitem> + <listitem> <constant>microsoft</constant>: The legacy SQL Server support. - </varlistentry> - <varlistentry> + </listitem> + <listitem> <constant>jtds</constant>: The open source JTDS driver. - </varlistentry> - <varlistentry> + </listitem> + <listitem> <constant>datadirect</constant>: The Progress Sybase driver. - </varlistentry> - </variablelist> + </listitem> + </itemizedlist> </para> </listitem> </varlistentry>
