Add sesman.ini new text/file/image restriction settings
RestrictInboundClipboard is added. Then, RestrictOutboundClipboard/RestrictInboundClipboard configuration is extended to accept comma separated list. * RestrictOutboundClipboard=none * RestrictOutboundClipboard=text * RestrictOutboundClipboard=file * RestrictOutboundClipboard=image * RestrictOutboundClipboard=all * RestrictOutboundClipboard=text, image, file For compatibility, the following configuration is also accepted (alias) * RestrictOutboundClipboard=true * RestrictOutboundClipboard=false * RestrictOutboundClipboard=yes
This commit is contained in:
parent
1d6d80d14f
commit
47bc56f5a4
@ -19,9 +19,24 @@ TerminalServerAdmins=tsadmins
|
||||
; When AlwaysGroupCheck=false access will be permitted
|
||||
; if the group TerminalServerUsers is not defined.
|
||||
AlwaysGroupCheck=false
|
||||
; When RestrictOutboundClipboard=true clipboard from the
|
||||
; When RestrictOutboundClipboard=all clipboard from the
|
||||
; server is not pushed to the client.
|
||||
RestrictOutboundClipboard=false
|
||||
; In addition, you can control text/file/image transfer restrictions
|
||||
; respectively. It also accepts comma separated list such as text,file,image.
|
||||
; To keep compatibility, some aliases are also available:
|
||||
; true: an alias of all
|
||||
; false: an alias of none
|
||||
; yes: an alias of all
|
||||
RestrictOutboundClipboard=none
|
||||
; When RestrictInboundClipboard=all clipboard from the
|
||||
; client is not pushed to the server.
|
||||
; In addition, you can control text/file/image transfer restrictions
|
||||
; respectively. It also accepts comma separated list such as text,file,image.
|
||||
; To keep compatibility, some aliases are also available:
|
||||
; true: an alias of all
|
||||
; false: an alias of none
|
||||
; yes: an alias of all
|
||||
RestrictInboundClipboard=none
|
||||
|
||||
[Sessions]
|
||||
;; X11DisplayOffset - x11 display number offset
|
||||
|
Loading…
Reference in New Issue
Block a user