Test peus concluants

This commit is contained in:
Serge NOEL
2025-12-05 16:33:03 +01:00
parent 0d0d52c93c
commit 8ff22dfc2c
14 changed files with 720 additions and 110 deletions

19
rdp-broker.env Normal file
View File

@@ -0,0 +1,19 @@
# RdpBroker Configuration
# Samba Active Directory Server
SAMBA_AD_SERVER=192.168.100.240
SAMBA_AD_BASE_DN=DC=aipice,DC=local
SAMBA_PORT=389
# LDAP Base DN for user authentication
# Example: DC=easylinux,DC=lan
BASE_DN=DC=aipice,DC=local
# RDP Listen Port
RDP_LISTEN_PORT=3389
# Targets configuration file
TARGETS_CONFIG=/etc/rdpbroker/targets.yaml
# Log Level: 0=ERROR, 1=WARN, 2=INFO, 3=DEBUG
LOG_LEVEL=2