Keep osirium master the same as freerdp master
Revert "Make this the osirium default xrdp file"
This reverts commit d26cb83a4f
.
This commit is contained in:
parent
fd2d098f68
commit
36cf7532fa
@ -2,7 +2,6 @@
|
|||||||
[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
|
||||||
@ -28,13 +27,17 @@ tcp_keepalive=yes
|
|||||||
#bulk_compression=yes
|
#bulk_compression=yes
|
||||||
|
|
||||||
[Logging]
|
[Logging]
|
||||||
LogFile=/opt/xrdp/var/log/xrdp.log
|
LogFile=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
|
||||||
@ -42,7 +45,57 @@ cliprdr=true
|
|||||||
rail=true
|
rail=true
|
||||||
xrdpvr=true
|
xrdpvr=true
|
||||||
|
|
||||||
[freerdp1]
|
[xrdp1]
|
||||||
|
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