Skip to content

Commit

Permalink
Merge patch branch changes to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Aug 26, 2024
2 parents 4b48d4d + 7294a6a commit 3fe233c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
Binary file modified src/images/player-key-events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/jdbc-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,34 @@ sqlserver-auto-create-accounts: true
```
:::

### Access window enforcment

Guacamole supports the use of access windows to limit the time periods
during which users are allowed to access the system. Prior to version
1.6.0, this would only restrict the times when a user could log on,
but would not impact actively running sessions - that is, a user
could continue an active session after their access window had expired.
Starting in version 1.6.0, Guacamole will, by default, forcible log
users off of the system as soon as the access window expires. This
behavior can be changed if the prior behavior is desired, by disabling
the enforcement of this policy during active sessions.

:::{tab} MySQL
```
mysql-enforce-access-windows-for-active-sessions: false
```

:::{tab} PostgreSQL
```
postgresql-enforce-access-windows-for-active-sessions: false
```

:::{tab} SQL Server
```
sqlserver-enforce-access-windows-for-active-sessions: false
```
:::

### Completing the installation

Guacamole will only reread `guacamole.properties` and load newly-installed
Expand Down
3 changes: 3 additions & 0 deletions src/recording-playback.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ depend upon the options selected when recording is enabled - for example,
keystrokes will not be available if keystroke logging has not been
enabled for a connection.

Additionally, heatmaps of screen update activity and key events (if captured)
will be displayed when the progress bar is hovered.

![Display and search key events](images/player-key-events.png)

(playback-downloading)=
Expand Down
12 changes: 12 additions & 0 deletions src/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ All other configuration properties are optional.
amount generate additional cost. Setting this property allows you to
limit Guacamole's impact on that cost.

`ksm-strip-windows-domains`
: Whether or not the Windows domain should be stripped off of the username
when usernames are retrieved from the KSM vault and placed into its own
secret. This is optional, and by default it is false - domains will
not be stripped from the username.

(completing-vault-install)=

### Completing the installation
Expand Down Expand Up @@ -263,6 +269,12 @@ The following `SECRET` types are supported:
custom field, the label must contain the word "username" (case-insensitive)
and must be a "text" or "hidden" field.

`DOMAIN`
: The domain name of the record, either retrieved directly from the vault, or
split out from the username if so configured in the vault. Typically this
will apply when the username is associated with an Active Directory
domain.

`PASSWORD`
: The password specified by the record's "password" or "hidden" field. If the
field is a custom field, the label must contain the word "password"
Expand Down

0 comments on commit 3fe233c

Please sign in to comment.