Comment on page
Advanced Configuration
Advanced configuration and custom integration options

Supported extensions, such as those provided by the Keeper Connection Manager packages, are installed through installing their corresponding packages. If you are using the keeper/guacamole Docker image, extensions are automatically installed using the above packages depending on the environment variables provided when the container is first started.
Extension | Package name | Docker image environment variables |
---|---|---|
kcm-guacamole-auth-ldap | LDAP_* | |
kcm-guacamole-auth-duo | DUO_* | |
kcm-guacamole-auth-json | JSON_* | |
kcm-guacamole-auth-jdbc-mysql | MYSQL_* | |
kcm-guacamole-auth-jdbc-postgresql | POSTGRES_* | |
kcm-guacamole-auth-jdbc-sqlserver | SQLSERVER_* | |
kcm-guacamole-auth-totp | TOTP_* | |
kcm-guacamole-auth-saml | SAML_* | |
kcm-guacamole-auth-openid | OPENID_* |
The Keeper Connection Manager packages for supported extensions will automatically create symbolic links to install themselves and any needed libraries/drivers. You do not need to manually create links, copy files, etc. for the extensions which are provided within the Keeper Connection Manager repository.
Last modified 8mo ago