Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 488 Bytes

This is PoC of temporary remote desktop sessions from browser to windows server. Some kind of kiosk mode.

###The workflow (don't ask me why ;) ):

  1. Recapcha
  2. Create temporary user in Windows Active Directory(AD) via:
1. ssh to Windows + PowerShell
2. python-ldap to AD
  1. Redirecting user to EricomAccessNowWebComponent which acts as Remote Desktop in browser.

###Install

pip install django django-recaptcha paramiko uwsgi

###Running

Via nginx + uwsgi .