Displaying 2 results from an estimated 2 matches for "some_test_user".
2014 Dec 17
3
[Bug 11013] New: [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage
...ba.org/attachment.cgi?id=10544&action=edit
Proposed patch for rsyncd.conf.yo
The manpage of rsyncd.conf says when "use chroot" is enabled this is "as though
--numeric-ids had been specified". 
When rsyncing a file from host A to host B using:
rsync -av sometestfile rsync://some_test_user at hostB/backup/
the uid and the gid of the source file on host A are not set accordingly on
host B. Even not if --numeric-ids is specified explicitly, on both server and
client side.
Relevant part of the server config:
use chroot = yes
[backup]
list = yes
path = /zdata/backup/
comment = Some c...
2014 Dec 17
0
[Bug 11013] New: [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage
...action=edit 
> Proposed patch for rsyncd.conf.yo
> 
> The manpage of rsyncd.conf says when "use chroot" is enabled this
> is "as though --numeric-ids had been specified".
> 
> When rsyncing a file from host A to host B using: rsync -av
> sometestfile rsync://some_test_user at hostB/backup/
> 
> the uid and the gid of the source file on host A are not set
> accordingly on host B. Even not if --numeric-ids is specified
> explicitly, on both server and client side.
> 
> Relevant part of the server config:
> 
> use chroot = yes
> 
> [backup]...