From 174f0be3dfc7f39853f4a22e8f4c8454a931fd16 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Fri, 22 Feb 2013 19:18:37 -0800 Subject: [PATCH] Ticket #269: Added documentation for new mysql-disallow-simultaneous-connections parameter. --- extensions/guacamole-auth-mysql/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/guacamole-auth-mysql/README b/extensions/guacamole-auth-mysql/README index f99deb6ee..bf1e3b1fb 100644 --- a/extensions/guacamole-auth-mysql/README +++ b/extensions/guacamole-auth-mysql/README @@ -79,6 +79,11 @@ guacamole.properties such that the authentication provider is available. mysql-username: user mysql-password: pass + Optionally, the authentication provider can be configured + not to allow multiple users to use the same connection + at the same time: + + mysql-disallow-simultaneous-connections: true ------------------------------------------------------------ Generating MyBatis ORM mappings