Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1623: Document support for stripping the windows domain from usernames. #240

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading