Skip to content

Commit

Permalink
GUACAMOLE-1020: Add Docker mapping for the restrict extension module.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Jul 29, 2024
1 parent b79314d commit f86e6d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

##
## @fn 010-build-and-install-guacamole.sh
## @fn 000-build-and-install-guacamole.sh
##
## Builds the Guacamole web application and all main extensions, installing the
## resulting binaries to standard locations within the Docker image. After the
Expand Down
3 changes: 2 additions & 1 deletion guacamole-docker/build.d/010-map-guacamole-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

##
## @fn 020-map-guacamole-extensions.sh
## @fn 010-map-guacamole-extensions.sh
##
## Maps all installed Guacamole extensions (built in a previous step) to their
## corresponding environment variable prefixes, adding symbolic links so that
Expand Down Expand Up @@ -106,6 +106,7 @@ map_extensions <<'EOF'
guacamole-auth-ldap.........................LDAP_
guacamole-auth-quickconnect.................QUICKCONNECT_
guacamole-auth-radius.......................RADIUS_
guacamole-auth-restrict.....................RESTRICT_
guacamole-auth-sso/cas......................CAS_
guacamole-auth-sso/openid...................OPENID_
guacamole-auth-sso/saml.....................SAML_
Expand Down
2 changes: 1 addition & 1 deletion guacamole-docker/build.d/020-download-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

##
## @fn 030-download-drivers.sh
## @fn 020-download-drivers.sh
##
## Downloads all JDBC drivers required by the various supported databases. Each
## downloaded driver is stored beneath /opt/guacamole/drivers, with symbolic
Expand Down
2 changes: 1 addition & 1 deletion guacamole-docker/entrypoint.d/700-configure-features.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#

##
## @fn 800-configure-features.sh
## @fn 700-configure-features.sh
##
## Automatically checks all environment variables currently set and performs
## configuration tasks related to those variabels, including installing any
Expand Down

0 comments on commit f86e6d7

Please sign in to comment.