diff --git a/extensions/guacamole-auth-mysql/README b/extensions/guacamole-auth-mysql/README index af229b944..ffe70495e 100644 --- a/extensions/guacamole-auth-mysql/README +++ b/extensions/guacamole-auth-mysql/README @@ -21,10 +21,10 @@ Distribution-specific documentation is provided on the Guacamole wiki: ------------------------------------------------------------ guacamole-auth-ldap is a Java library for use with the Guacamole web -application to provide mysql based authentication. +application to provide MySQL based authentication. guacamole-auth-mysql provides an authentication provider which can be -set in guacamole.properties to allow mysql authentication of Guacamole +set in guacamole.properties to allow MySQL authentication of Guacamole users. Additional properties are required to configure the mysql connection parameters. diff --git a/extensions/guacamole-auth-mysql/README.mybatis b/extensions/guacamole-auth-mysql/README.mybatis index 559b88ef0..21920cf48 100644 --- a/extensions/guacamole-auth-mysql/README.mybatis +++ b/extensions/guacamole-auth-mysql/README.mybatis @@ -26,12 +26,12 @@ http://code.google.com/p/mybatis/ 2) Set up the MyBatis mapping generator configuration xml - A commented sample file is provided in docs/examples. - For more information, see the documentation provided in the download from step 1. + A commented sample file is provided in docs/examples. For more information + see the documentation provided in the download from step 1. 3) Generate the source files - java -jar mybatis-generator-core-1.3.2.jar -configfile mybatisconfig.xml [-overwrite] + java -jar mybatis-generator-core-1.3.2.jar -configfile mybatisconfig.xml - This command will create the generated java and xml source in the location specified - in the configuration xml. + This command will create the generated java and xml source in the location + specified in the configuration xml.