Skip to content

Commit

Permalink
Merge pull request #49 from wallix/48-bug-unable-to-add-rdp_audio_inp…
Browse files Browse the repository at this point in the history
…ut-in-rdp-subprotocol-for-a-service-declaration

BUG FIXES: 48-bug-unable-to-add-rdp_audio_input-in-rdp-subprotocol-for-a-service-declaration
  • Loading branch information
bsimonWallix authored Dec 17, 2024
2 parents e8fc6d3 + b3a5e31 commit 253d5c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- markdownlint-disable-file MD013 MD041 -->
BUG FIXES:

* fixed list of SSH and RDP supported subprotocols.
3 changes: 3 additions & 0 deletions bastion/resource_device_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ func sshSubProtocolsValid() []string {
"SSH_DIRECT_TCPIP",
"SSH_REVERSE_TCPIP",
"SSH_AUTH_AGENT",
"SSH_DIRECT_UNIXSOCK",
"SSH_REVERSE_UNIXSOCK",
}
}

Expand All @@ -315,6 +317,7 @@ func rdpSubProtocolsValid() []string {
"RDP_DRIVE",
"RDP_SMARTCARD",
"RDP_AUDIO_OUTPUT",
"RDP_AUDIO_OUTPUT",
}
}

Expand Down

0 comments on commit 253d5c3

Please sign in to comment.