Make this the osirium default xrdp file
This commit is contained in:
parent
fb01994dbb
commit
d26cb83a4f
@ -2,6 +2,7 @@
|
|||||||
[globals]
|
[globals]
|
||||||
bitmap_cache=yes
|
bitmap_cache=yes
|
||||||
bitmap_compression=yes
|
bitmap_compression=yes
|
||||||
|
address = 127.0.0.1
|
||||||
port=3389
|
port=3389
|
||||||
crypt_level=low
|
crypt_level=low
|
||||||
channel_code=1
|
channel_code=1
|
||||||
@ -26,17 +27,13 @@ tcp_keepalive=yes
|
|||||||
#hidelogwindow=yes
|
#hidelogwindow=yes
|
||||||
|
|
||||||
[Logging]
|
[Logging]
|
||||||
LogFile=xrdp.log
|
LogFile=/opt/xrdp/var/log/xrdp.log
|
||||||
LogLevel=DEBUG
|
LogLevel=DEBUG
|
||||||
EnableSyslog=1
|
EnableSyslog=1
|
||||||
SyslogLevel=DEBUG
|
SyslogLevel=DEBUG
|
||||||
# LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
|
# LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
|
||||||
|
|
||||||
[channels]
|
[channels]
|
||||||
# Channel names not listed here will be blocket by XRDP.
|
|
||||||
# You can block any channel by setting its value to false.
|
|
||||||
# IMPORTANT! All channels are not supported in all use
|
|
||||||
# cases even if you set all values to true.
|
|
||||||
rdpdr=true
|
rdpdr=true
|
||||||
rdpsnd=true
|
rdpsnd=true
|
||||||
drdynvc=true
|
drdynvc=true
|
||||||
@ -44,57 +41,7 @@ cliprdr=true
|
|||||||
rail=true
|
rail=true
|
||||||
xrdpvr=true
|
xrdpvr=true
|
||||||
|
|
||||||
[xrdp1]
|
[freerdp1]
|
||||||
name=sesman-X11rdp
|
|
||||||
lib=libxup.so
|
|
||||||
username=ask
|
|
||||||
password=ask
|
|
||||||
ip=127.0.0.1
|
|
||||||
port=-1
|
|
||||||
xserverbpp=24
|
|
||||||
|
|
||||||
[xrdp2]
|
|
||||||
name=sesman-Xvnc
|
|
||||||
lib=libvnc.so
|
|
||||||
username=ask
|
|
||||||
password=ask
|
|
||||||
ip=127.0.0.1
|
|
||||||
port=-1
|
|
||||||
|
|
||||||
[xrdp3]
|
|
||||||
name=console
|
|
||||||
lib=libvnc.so
|
|
||||||
ip=127.0.0.1
|
|
||||||
port=5900
|
|
||||||
username=na
|
|
||||||
password=ask
|
|
||||||
|
|
||||||
[xrdp4]
|
|
||||||
name=vnc-any
|
|
||||||
lib=libvnc.so
|
|
||||||
ip=ask
|
|
||||||
port=ask5900
|
|
||||||
username=na
|
|
||||||
password=ask
|
|
||||||
#pamusername=asksame
|
|
||||||
#pampassword=asksame
|
|
||||||
#pamsessionmng=127.0.0.1
|
|
||||||
|
|
||||||
[xrdp5]
|
|
||||||
name=sesman-any
|
|
||||||
lib=libvnc.so
|
|
||||||
ip=ask
|
|
||||||
port=-1
|
|
||||||
username=ask
|
|
||||||
password=ask
|
|
||||||
|
|
||||||
[xrdp6]
|
|
||||||
name=rdp-any
|
|
||||||
lib=librdp.so
|
|
||||||
ip=ask
|
|
||||||
port=ask3389
|
|
||||||
|
|
||||||
[xrdp7]
|
|
||||||
name=freerdp-any
|
name=freerdp-any
|
||||||
lib=libxrdpfreerdp1.so
|
lib=libxrdpfreerdp1.so
|
||||||
ip=ask
|
ip=ask
|
||||||
|
Loading…
Reference in New Issue
Block a user