Skip to content

Commit

Permalink
GUACAMOLE-1623: Document support for stripping the windows domain fro…
Browse files Browse the repository at this point in the history
…m usernames.
  • Loading branch information
necouchman committed Aug 4, 2024
1 parent bc9f38c commit ad81b1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ All other configuration properties are optional.
the KSM vault support itself, it is unlikely that you need to set this
property.**

`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 @@ -257,6 +263,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 ad81b1c

Please sign in to comment.