GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-manual/pull/99
GUACAMOLE-220: Update database documentation for user groups.
These changes:
* Reorganize the database auth documentation to include SQL Server among
the databases affected by database upgrades (as the user group changes will be
the first schema changes for the SQL Server support)
* Update the schema documentation to include the new tables, changes to the
columns of existing tables, etc. added/made as a result of the user group
changes.
To make things easier to navigate, the reorganization includes separating
the documentation into distinct sections for creating the initial database,
upgrading an existing database, and granting access to the database for
Guacamole, with database-specific subsections for these, rather than main
database-specific sections with repeated create/upgrade/grant subsections.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-manual
document-jdbc-groups
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-manual/pull/99.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #99
----
commit e14476af48a7763d274cbbdf82be08b06b4f6e57
Author: Michael Jumper <mjumper@...>
Date: 2018-10-25T06:25:47Z
GUACAMOLE-220: Reorganize JDBC auth documentation, bringing high-level
tasks to top-level sections and database-specific details down into nested
subsections.
commit decf6e2eb4471ef458f8fdca39607b73328eb2f4
Author: Michael Jumper <mjumper@...>
Date: 2018-10-28T06:33:41Z
GUACAMOLE-220: Document new JDBC schema supporting user groups.
----
---