diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-03-08 15:37:30 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-03-08 15:37:30 -0800 |
commit | 78d4e19258388d547c5760578df5f59ec36c8824 (patch) | |
tree | 29bef3f3f29b5be81412543e2b1d90aa699bd94c /xrdp/xrdp.ini | |
parent | b53cefbea45575ab3772a2705d67c2a293437401 (diff) | |
download | xrdp-proprietary-78d4e19258388d547c5760578df5f59ec36c8824.tar.gz xrdp-proprietary-78d4e19258388d547c5760578df5f59ec36c8824.zip |
o early checkin for drive redirection
o basic drive redirection is working
o functions currently supported: open:
read, write, create, get/set attribute
o requires latest NeutrinoRDP to work
o note: clipboard is broken because of the move from
linked lists to inodes in the FUSE code
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 498525bc..1c6d38f2 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -49,6 +49,12 @@ cliprdr=true rail=true xrdpvr=true +# for debugging xrdp, in section [xrdp1], change port=-1 to this: +# port=/tmp/.xrdp/xrdp_display_10 + +# for debugging xrdp, add following line to section [xrdp1] +# chansrvport=/tmp/.xrdp/xrdp_chansrv_socket_7210 + [xrdp1] name=sesman-X11rdp lib=libxup.so |