]> git.pld-linux.org Git - packages/xrdp.git/blob - config.patch
- up to 0.9.25
[packages/xrdp.git] / config.patch
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
3 @@ -12,13 +12,13 @@
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
18  ; When RestrictOutboundClipboard=all clipboard from the
19  ; server is not pushed to the client.
20  ; In addition, you can control text/file/image transfer restrictions
21 @@ -65,10 +65,10 @@
22  
23  [Logging]
24  ; Note: Log levels can be any of: core, error, warning, info, debug, or trace
25 -LogFile=xrdp-sesman.log
26 +LogFile=/dev/null
27  LogLevel=INFO
28  EnableSyslog=true
29 -#SyslogLevel=INFO
30 +SyslogLevel=INFO
31  #EnableConsole=false
32  #ConsoleLevel=INFO
33  #EnableProcessId=false
34 @@ -102,8 +102,8 @@
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  
43  [Xvnc]
44  param=Xvnc
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 @@
48  
49  ; fork a new process for each incoming connection
50  fork=true
51 +; IP address to listen
52 +;address=127.0.0.1
53  
54  ; ports to listen on, number alone means listen on all interfaces
55  ; 0.0.0.0 or :: if ipv6 is configured
56 @@ -178,10 +180,10 @@
57  
58  [Logging]
59  ; Note: Log levels can be any of: core, error, warning, info, debug, or trace
60 -LogFile=xrdp.log
61 +LogFile=/dev/null
62  LogLevel=INFO
63  EnableSyslog=true
64 -#SyslogLevel=INFO
65 +SyslogLevel=INFO
66  #EnableConsole=false
67  #ConsoleLevel=INFO
68  #EnableProcessId=false
69 @@ -218,14 +220,14 @@
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
81 +#[Xorg]
82 +#name=Xorg
83 +#lib=libxup.so
84 +#username=ask
85 +#password=ask
86 +#ip=127.0.0.1
87 +#port=-1
88 +#code=20
89  
90  [Xvnc]
91  name=Xvnc
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.
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
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.
117 -[neutrinordp-any]
118 -name=neutrinordp-any
119 +#[neutrinordp-any]
120 +#name=neutrinordp-any
121  ; To use this section, you should build xrdp with configure option
122  ; --enable-neutrinordp.
123 -lib=libxrdpneutrinordp.so
124 -ip=ask
125 -port=ask3389
126 -username=ask
127 -password=ask
128 +#lib=libxrdpneutrinordp.so
129 +#ip=ask
130 +#port=ask3389
131 +#username=ask
132 +#password=ask
133  ; Uncomment the following lines to enable PAM authentication for proxy
134  ; connections.
135  #pamusername=ask
This page took 0.13477 seconds and 3 git commands to generate.