Initialisation depot
This commit is contained in:
19
RdpBroker/rdp-broker.env
Normal file
19
RdpBroker/rdp-broker.env
Normal 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
|
||||
Reference in New Issue
Block a user