Skip to content

Add RDP support#63

Draft
guimard wants to merge 6 commits intomainfrom
rdp
Draft

Add RDP support#63
guimard wants to merge 6 commits intomainfrom
rdp

Conversation

@guimard
Copy link
Member

@guimard guimard commented Jan 13, 2026

No description provided.

@guimard guimard requested a review from Copilot January 13, 2026 11:27
@guimard guimard self-assigned this Jan 13, 2026
@guimard guimard force-pushed the rdp branch 2 times, most recently from ba12740 to cff2f76 Compare January 13, 2026 11:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds comprehensive RDP (Remote Desktop Protocol) support to the LLNG-PAM-MODULE project by integrating WALLIX Redemption as an RDP proxy with LemonLDAP::NG authentication. The implementation provides session recording, unified SSH/RDP authorization, and native RDP client support.

Changes:

  • Adds WALLIX Redemption RDP proxy with Python-based authentication hook integrated with LemonLDAP::NG
  • Creates Docker-based proof-of-concept environment with SSO and RDP proxy services
  • Provides comprehensive documentation including feasibility study, setup guides, and competitor analysis

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 24 comments.

Show a summary per file
File Description
docker-rdp-poc/README.md Main documentation for RDP PoC setup and usage
docker-rdp-poc/windows-target/README.md Windows Server configuration guide for RDP targets
docker-rdp-poc/docker-compose.yml Docker Compose orchestration for SSO and RDP proxy services
docker-rdp-poc/lmConf-1.json LemonLDAP::NG portal configuration with PAM Access settings
docker-rdp-poc/sso/Dockerfile Minimal Dockerfile extending LLNG portal image
docker-rdp-poc/redemption/Dockerfile Multi-stage build for WALLIX Redemption from source
docker-rdp-poc/redemption/config/rdpproxy.ini Redemption proxy configuration with LLNG integration
docker-rdp-poc/redemption/config/passthrough.py Python authentication hook calling LLNG API
doc/rdp-feasibility.md Technical feasibility study evaluating RDP solutions
doc/competitors.md Competitor analysis including RDP capabilities

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

guimard and others added 6 commits January 21, 2026 22:21
- Add libboost-build-dev to Dockerfile for bjam build tool
- Add try/except for requests import with graceful error handling
- Add robust logging configuration with fallback to stderr
Security fixes:
- Remove password logging from passthrough.py (was in debug logs)
- Add ensure_ascii=True to JSON output

Functional fixes:
- Add chmod for passthrough.py script
- Remove invalid health check endpoint
- Fix LLNG_SERVER_TOKEN in docker-compose.yml
- Remove unused imports (datetime, Optional)
- Update README enrollment instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Fix "15-21 months" → "15-21 days" in rdp-feasibility.md
- Add ensure_ascii=True to error case in passthrough.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Fix $hGroup -> $hGroups variable name in rdp-feasibility.md
- Generate self-signed certificates for PoC in Dockerfile

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant