Test Your Installation
Testing Basic Functionality with "user-mapping.xml"
<?xml version="1.0" encoding="UTF-8"?>
<!--
user-mapping.xml:
Configuration file for Apache Guacamole's built-in, XML-based
authentication scheme.
WARNING: user-mapping.xml is meant to provide an easy means of verifying an
Apache Guacamole install. Production deployments of Guacamole should switch
to one of the database authentication methods or LDAP when possible.
Keeper Connection Manager provides packages for these authentication methods,
which are intended for production use:
- kcm-guacamole-auth-jdbc-mysql
- kcm-guacamole-auth-jdbc-postgresql
- kcm-guacamole-auth-ldap
Two-factor authentication using Duo is also supported, and can be layered on
top of any of the above methods:
- kcm-guacamole-auth-duo
-->
<user-mapping>
...
</user-mapping>Format of user-mapping.xml
user-mapping.xmlDefining user accounts
Granting access to connections
Defining connections (protocols and parameters)
Protocol
Unique name
Keeper Connection Manager package
Moving to production
Last updated
Was this helpful?

