Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg"
Make section names equal to the names in the "name=" setting to avoid confusion and the need to renumber sections. Avoid "sesman-" in the names, it's not helpful to the user. Move "Xorg" just below "X11rdp", that would give xorgxrdp more visibility.
This commit is contained in:
parent
0d1cf12677
commit
61811466e2
@ -56,7 +56,7 @@ grey=dedede
|
|||||||
|
|
||||||
# Section name to use for automatic login if the client sends username
|
# Section name to use for automatic login if the client sends username
|
||||||
# and password
|
# and password
|
||||||
autorun=xrdp1
|
autorun=X11rdp
|
||||||
|
|
||||||
bulk_compression=yes
|
bulk_compression=yes
|
||||||
|
|
||||||
@ -144,8 +144,8 @@ tcutils=true
|
|||||||
# for debugging xrdp, add following line to section xrdp1
|
# for debugging xrdp, add following line to section xrdp1
|
||||||
# chansrvport=/tmp/.xrdp/xrdp_chansrv_socket_7210
|
# chansrvport=/tmp/.xrdp/xrdp_chansrv_socket_7210
|
||||||
|
|
||||||
[xrdp1]
|
[X11rdp]
|
||||||
name=sesman-X11rdp
|
name=X11rdp
|
||||||
lib=libxup.so
|
lib=libxup.so
|
||||||
username=ask
|
username=ask
|
||||||
password=ask
|
password=ask
|
||||||
@ -154,8 +154,18 @@ port=-1
|
|||||||
xserverbpp=24
|
xserverbpp=24
|
||||||
code=10
|
code=10
|
||||||
|
|
||||||
[xrdp2]
|
[Xorg]
|
||||||
name=sesman-Xvnc
|
name=Xorg
|
||||||
|
lib=libxup.so
|
||||||
|
username=ask
|
||||||
|
password=ask
|
||||||
|
ip=127.0.0.1
|
||||||
|
port=-1
|
||||||
|
xserverbpp=24
|
||||||
|
code=20
|
||||||
|
|
||||||
|
[Xvnc]
|
||||||
|
name=Xvnc
|
||||||
lib=libvnc.so
|
lib=libvnc.so
|
||||||
username=ask
|
username=ask
|
||||||
password=ask
|
password=ask
|
||||||
@ -163,7 +173,7 @@ ip=127.0.0.1
|
|||||||
port=-1
|
port=-1
|
||||||
#delay_ms=2000
|
#delay_ms=2000
|
||||||
|
|
||||||
[xrdp3]
|
[console]
|
||||||
name=console
|
name=console
|
||||||
lib=libvnc.so
|
lib=libvnc.so
|
||||||
ip=127.0.0.1
|
ip=127.0.0.1
|
||||||
@ -172,7 +182,7 @@ username=na
|
|||||||
password=ask
|
password=ask
|
||||||
#delay_ms=2000
|
#delay_ms=2000
|
||||||
|
|
||||||
[xrdp4]
|
[vnc-any]
|
||||||
name=vnc-any
|
name=vnc-any
|
||||||
lib=libvnc.so
|
lib=libvnc.so
|
||||||
ip=ask
|
ip=ask
|
||||||
@ -184,7 +194,7 @@ password=ask
|
|||||||
#pamsessionmng=127.0.0.1
|
#pamsessionmng=127.0.0.1
|
||||||
#delay_ms=2000
|
#delay_ms=2000
|
||||||
|
|
||||||
[xrdp5]
|
[sesman-any]
|
||||||
name=sesman-any
|
name=sesman-any
|
||||||
lib=libvnc.so
|
lib=libvnc.so
|
||||||
ip=ask
|
ip=ask
|
||||||
@ -193,13 +203,13 @@ username=ask
|
|||||||
password=ask
|
password=ask
|
||||||
#delay_ms=2000
|
#delay_ms=2000
|
||||||
|
|
||||||
[xrdp6]
|
[rdp-any]
|
||||||
name=rdp-any
|
name=rdp-any
|
||||||
lib=librdp.so
|
lib=librdp.so
|
||||||
ip=ask
|
ip=ask
|
||||||
port=ask3389
|
port=ask3389
|
||||||
|
|
||||||
[xrdp7]
|
[neutrinordp-any]
|
||||||
name=neutrinordp-any
|
name=neutrinordp-any
|
||||||
lib=libxrdpneutrinordp.so
|
lib=libxrdpneutrinordp.so
|
||||||
ip=ask
|
ip=ask
|
||||||
@ -207,16 +217,6 @@ port=ask3389
|
|||||||
username=ask
|
username=ask
|
||||||
password=ask
|
password=ask
|
||||||
|
|
||||||
[Session manager]
|
|
||||||
name=Session manager
|
|
||||||
lib=libxup.so
|
|
||||||
username=ask
|
|
||||||
password=ask
|
|
||||||
ip=127.0.0.1
|
|
||||||
port=-1
|
|
||||||
xserverbpp=24
|
|
||||||
code=20
|
|
||||||
|
|
||||||
# You can override the common channel settings for each session type
|
# You can override the common channel settings for each session type
|
||||||
#channel.rdpdr=true
|
#channel.rdpdr=true
|
||||||
#channel.rdpsnd=true
|
#channel.rdpsnd=true
|
||||||
|
Loading…
Reference in New Issue
Block a user