20 lines
412 B
Bash
20 lines
412 B
Bash
# 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
|