Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-manual/pull/66#discussion_r156173670
--- Diff: src/chapters/jdbc-auth.xml ---
@@ -413,12 +509,29 @@ postgresql-password:
<replaceable>some_password</replaceable></programlisting>
<row>
<entry><property>mysql-password</property></entry>
<entry><property>postgresql-password</property></entry>
+
<entry><property>sqlserver-password</property></entry>
<entry>
<para>The password Guacamole should
provide when authenticating with
the database. This is given as
"some_password" in the examples
given in this chapter.</para>
</entry>
</row>
+ <row>
+ <entry></entry>
+ <entry></entry>
+
<entry><property>sqlserver-driver</property></entry>
+ <entry>
+ <para>The SQL Server driver has an
additional required parameter to
+ configure the TDS compatibility of the
driver. This driver supports
+ four different options for this command:
+ - <property>microsoft2005</property> for
the current Microsoft driver,
--- End diff --
Fixed.
---