Skip to content

Allow RDP connections without stored credentials#937

Merged
LukeGus merged 1 commit into
Termix-SSH:dev-2.5.0from
ZacharyZcR:fix/support-864-rdp-empty-credentials
Jun 23, 2026
Merged

Allow RDP connections without stored credentials#937
LukeGus merged 1 commit into
Termix-SSH:dev-2.5.0from
ZacharyZcR:fix/support-864-rdp-empty-credentials

Conversation

@ZacharyZcR

Copy link
Copy Markdown
Member

Summary

  • set Guacamole disable-auth for RDP tokens when no username or password is configured
  • keep normal RDP credential authentication unchanged
  • add token-service coverage for empty and populated RDP credentials

Verification

  • npm run type-check
  • npx eslint src/backend/guacamole/token-service.ts src/backend/guacamole/token-service.test.ts
  • npx prettier --check src/backend/guacamole/token-service.ts src/backend/guacamole/token-service.test.ts
  • git diff --check

Notes

  • npx vitest run src/backend/guacamole/token-service.test.ts could not start because the local install does not resolve vitest/config.
  • npm run build still fails before this change is reached because @fontsource/jetbrains-mono/400.css cannot be resolved from src/ui/index.css.

Fixes Termix-SSH/Support#864

@LukeGus LukeGus merged commit cfb5c40 into Termix-SSH:dev-2.5.0 Jun 23, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants