]> git.pld-linux.org Git - packages/xrdp.git/blame - config.patch
- up to 0.9.25
[packages/xrdp.git] / config.patch
CommitLineData
df4b97b2
KM
1--- xrdp-0.9.19/sesman/sesman.ini~ 2022-03-17 06:21:20.000000000 +0000
2+++ xrdp-0.9.19/sesman/sesman.ini 2022-03-22 06:06:23.939319489 +0000
39298ec7 3@@ -12,13 +12,13 @@
185a9537
MK
4 ReconnectScript=reconnectwm.sh
5
6 [Security]
7-AllowRootLogin=true
8+AllowRootLogin=false
9 MaxLoginRetry=4
10-TerminalServerUsers=tsusers
11-TerminalServerAdmins=tsadmins
12+TerminalServerUsers=xrdp
13+TerminalServerAdmins=root
14 ; When AlwaysGroupCheck=false access will be permitted
15 ; if the group TerminalServerUsers is not defined.
16-AlwaysGroupCheck=false
17+AlwaysGroupCheck=true
df4b97b2 18 ; When RestrictOutboundClipboard=all clipboard from the
6732dafb 19 ; server is not pushed to the client.
df4b97b2 20 ; In addition, you can control text/file/image transfer restrictions
39298ec7 21@@ -65,10 +65,10 @@
185a9537
MK
22
23 [Logging]
39298ec7 24 ; Note: Log levels can be any of: core, error, warning, info, debug, or trace
185a9537 25-LogFile=xrdp-sesman.log
185a9537 26+LogFile=/dev/null
39298ec7
KM
27 LogLevel=INFO
28 EnableSyslog=true
29-#SyslogLevel=INFO
185a9537 30+SyslogLevel=INFO
39298ec7
KM
31 #EnableConsole=false
32 #ConsoleLevel=INFO
33 #EnableProcessId=false
34@@ -102,8 +102,8 @@
185a9537
MK
35 param=-noreset
36 param=-nolisten
37 param=tcp
38-param=-logfile
39-param=.xorgxrdp.%s.log
40+#param=-logfile
41+#param=.xorgxrdp.%s.log
42
caf09c08
JR
43 [Xvnc]
44 param=Xvnc
39298ec7
KM
45--- xrdp-0.9.18.1/xrdp/xrdp.ini~ 2022-02-07 13:41:27.000000000 +0000
46+++ xrdp-0.9.18.1/xrdp/xrdp.ini 2022-02-22 17:22:28.239696963 +0000
47@@ -4,6 +4,8 @@
185a9537
MK
48
49 ; fork a new process for each incoming connection
50 fork=true
51+; IP address to listen
52+;address=127.0.0.1
782957fb
JP
53
54 ; ports to listen on, number alone means listen on all interfaces
55 ; 0.0.0.0 or :: if ipv6 is configured
39298ec7 56@@ -178,10 +180,10 @@
185a9537
MK
57
58 [Logging]
39298ec7 59 ; Note: Log levels can be any of: core, error, warning, info, debug, or trace
185a9537 60-LogFile=xrdp.log
185a9537 61+LogFile=/dev/null
39298ec7 62 LogLevel=INFO
185a9537 63 EnableSyslog=true
39298ec7 64-#SyslogLevel=INFO
185a9537 65+SyslogLevel=INFO
39298ec7
KM
66 #EnableConsole=false
67 #ConsoleLevel=INFO
68 #EnableProcessId=false
69@@ -218,14 +220,14 @@
185a9537
MK
70 ; Some session types such as Xorg, X11rdp and Xvnc start a display server.
71 ; Startup command-line parameters for the display server are configured
72 ; in sesman.ini. See and configure also sesman.ini.
73-[Xorg]
74-name=Xorg
75-lib=libxup.so
76-username=ask
77-password=ask
78-ip=127.0.0.1
79-port=-1
80-code=20
185a9537
MK
81+#[Xorg]
82+#name=Xorg
83+#lib=libxup.so
84+#username=ask
85+#password=ask
86+#ip=127.0.0.1
87+#port=-1
39298ec7 88+#code=20
185a9537
MK
89
90 [Xvnc]
91 name=Xvnc
39298ec7
KM
92@@ -247,13 +249,13 @@
93 ; Generic VNC Proxy
94 ; Tailor this to specific hosts and VNC instances by specifying an ip
95 ; and port and setting a suitable name.
185a9537
MK
96-[vnc-any]
97-name=vnc-any
98-lib=libvnc.so
99-ip=ask
100-port=ask5900
101-username=na
102-password=ask
103+#[vnc-any]
104+#name=vnc-any
105+#lib=libvnc.so
106+#ip=ask
107+#port=ask5900
108+#username=na
109+#password=ask
110 #pamusername=asksame
111 #pampassword=asksame
112 #pamsessionmng=127.0.0.1
39298ec7
KM
113@@ -262,15 +264,15 @@
114 ; Generic RDP proxy using NeutrinoRDP
115 ; Tailor this to specific hosts by specifying an ip and port and setting
116 ; a suitable name.
185a9537
MK
117-[neutrinordp-any]
118-name=neutrinordp-any
39298ec7
KM
119+#[neutrinordp-any]
120+#name=neutrinordp-any
121 ; To use this section, you should build xrdp with configure option
122 ; --enable-neutrinordp.
185a9537
MK
123-lib=libxrdpneutrinordp.so
124-ip=ask
125-port=ask3389
126-username=ask
127-password=ask
185a9537
MK
128+#lib=libxrdpneutrinordp.so
129+#ip=ask
130+#port=ask3389
131+#username=ask
132+#password=ask
39298ec7
KM
133 ; Uncomment the following lines to enable PAM authentication for proxy
134 ; connections.
135 #pamusername=ask
This page took 0.157191 seconds and 4 git commands to generate.