Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-manual/pull/66#discussion_r155415572
--- Diff: src/chapters/jdbc-auth.xml ---
@@ -97,9 +97,29 @@
depends on the version of Java you have installed.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><filename>sqlserver/</filename></term>
+ <listitem>
+ <para>Contains the SQL Server authentication extension,
+
<filename>guacamole-auth-jdbc-sqlserver-0.9.13-incubating.jar</filename>,
+ along with a <filename>schema/</filename>
directory contains SQL Server-specific
+ scripts requires to set up the database. The JAR
extension file will need to be
+ placed within the
<filename>GUACAMOLE_HOME/extensions</filename> folder, while the
+ SQL Server JDBC driver must be placed within the
<filename>GUACAMOLE_HOME/lib</filename>
+ directory.</para>
+ <para><emphasis>The SQL Server JDBC driver is not
included with the extension.</emphasis> You
+ must obtain the JDBC driver
<filename>.jar</filename> yourselfand place it in the directory.
--- End diff --
yourselfand
---