292cb544ab
- Update to version 0.9.5 + Security fixes - Fix local denial of service (CVE-2017-16927) #958 #979 + New features - Add a new log level TRACE more verbose than DEBUG #835 #944 - SSH agent forwarding via RDP #867 #868 FreeRDP/FreeRDP#4122 - Support horizontal wheel properly #928 + Bug fixes - Avoid use of hard-coded sesman port #895 - Workaround for corrupted display with Windows Server 2008 using NeutrinoRDP #869 - Fix glitch in audio redirection by AAC #910 #936 - Implement vsock support #930 #935 #948 - Avoid 100% CPU usage on SSL accept #956 + Other changes - Add US Dvorak keyboard #929 - Suppress some misleading logs #964 - Add Finnish keyboard #972 - Add more user-friendlier description about Xorg config #974 - Renew pulseaudio document #984 #985 - Lots of cleanups and refactoring + Known issues - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Update xrdp-default-config.patch - Update xrdp-fate318398-change-expired-password.patch - Replace references to /var/adm/fillup-templates with new OBS-URL: https://build.opensuse.org/request/show/562234 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=31
126 lines
2.4 KiB
Diff
126 lines
2.4 KiB
Diff
Index: b/sesman/sesman.ini
|
|
===================================================================
|
|
--- a/sesman/sesman.ini 2018-01-04 15:37:57.612073999 +0800
|
|
+++ b/sesman/sesman.ini 2018-01-04 15:38:02.957413999 +0800
|
|
@@ -18,7 +18,7 @@
|
|
;; X11DisplayOffset - x11 display number offset
|
|
; Type: integer
|
|
; Default: 10
|
|
-X11DisplayOffset=10
|
|
+X11DisplayOffset=200
|
|
|
|
;; MaxSessions - maximum number of connections to an xrdp server
|
|
; Type: integer
|
|
@@ -50,9 +50,9 @@
|
|
|
|
[Logging]
|
|
LogFile=xrdp-sesman.log
|
|
-LogLevel=DEBUG
|
|
-EnableSyslog=1
|
|
-SyslogLevel=DEBUG
|
|
+LogLevel=ERROR
|
|
+EnableSyslog=0
|
|
+SyslogLevel=ERROR
|
|
|
|
;
|
|
; Session definitions - startup command-line parameters for each session type
|
|
Index: b/xrdp/xrdp.ini
|
|
===================================================================
|
|
--- a/xrdp/xrdp.ini 2018-01-04 15:37:57.612073999 +0800
|
|
+++ b/xrdp/xrdp.ini 2018-01-04 15:59:09.282474000 +0800
|
|
@@ -76,7 +76,7 @@
|
|
#ls_title=My Login Title
|
|
|
|
; top level window background color in RGB format
|
|
-ls_top_window_bg_color=009cb5
|
|
+ls_top_window_bg_color=000000
|
|
|
|
; width and height of login screen
|
|
ls_width=350
|
|
@@ -119,9 +119,9 @@
|
|
|
|
[Logging]
|
|
LogFile=xrdp.log
|
|
-LogLevel=DEBUG
|
|
-EnableSyslog=true
|
|
-SyslogLevel=DEBUG
|
|
+LogLevel=ERROR
|
|
+EnableSyslog=false
|
|
+SyslogLevel=ERROR
|
|
; LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
|
|
|
|
[Channels]
|
|
@@ -153,34 +153,24 @@
|
|
; Some session types such as Xorg, X11rdp and Xvnc start a display server.
|
|
; Startup command-line parameters for the display server are configured
|
|
; in sesman.ini. See and configure also sesman.ini.
|
|
-[Xorg]
|
|
-name=Xorg
|
|
-lib=libxup.so
|
|
+[Xvnc]
|
|
+name=Xvnc
|
|
+lib=libvnc.so
|
|
username=ask
|
|
password=ask
|
|
ip=127.0.0.1
|
|
port=-1
|
|
-code=20
|
|
+#xserverbpp=24
|
|
+delay_ms=2000
|
|
|
|
-[X11rdp]
|
|
-name=X11rdp
|
|
+[Xorg]
|
|
+name=Xorg
|
|
lib=libxup.so
|
|
username=ask
|
|
password=ask
|
|
ip=127.0.0.1
|
|
port=-1
|
|
-xserverbpp=24
|
|
-code=10
|
|
-
|
|
-[Xvnc]
|
|
-name=Xvnc
|
|
-lib=libvnc.so
|
|
-username=ask
|
|
-password=ask
|
|
-ip=127.0.0.1
|
|
-port=-1
|
|
-#xserverbpp=24
|
|
-#delay_ms=2000
|
|
+code=20
|
|
|
|
[console]
|
|
name=console
|
|
@@ -189,28 +179,7 @@
|
|
port=5900
|
|
username=na
|
|
password=ask
|
|
-#delay_ms=2000
|
|
-
|
|
-[vnc-any]
|
|
-name=vnc-any
|
|
-lib=libvnc.so
|
|
-ip=ask
|
|
-port=ask5900
|
|
-username=na
|
|
-password=ask
|
|
-#pamusername=asksame
|
|
-#pampassword=asksame
|
|
-#pamsessionmng=127.0.0.1
|
|
-#delay_ms=2000
|
|
-
|
|
-[sesman-any]
|
|
-name=sesman-any
|
|
-lib=libvnc.so
|
|
-ip=ask
|
|
-port=-1
|
|
-username=ask
|
|
-password=ask
|
|
-#delay_ms=2000
|
|
+delay_ms=2000
|
|
|
|
[neutrinordp-any]
|
|
name=neutrinordp-any
|