Fix serious bug with "use chroot = no" option which caused "uid =" and "gid ="
authorDavid Dykstra <dwd@samba.org>
Thu, 21 Jan 1999 17:10:32 +0000 (17:10 +0000)
committerDavid Dykstra <dwd@samba.org>
Thu, 21 Jan 1999 17:10:32 +0000 (17:10 +0000)
commit716baed7ff23f949861f0eb369c013408e17f984
treec8d832318089a911a9f7a3820dbc7ed00e45f7cc
parentb882b4974710825f7fba01bedf4d7152c41c607f
Fix serious bug with "use chroot = no" option which caused "uid =" and "gid ="
to be ignored.  At the same time, change the "uid =" and "gid =" options to
be ignored when not running the daemon as super-user, to make it more
convenient for those people and to make it portable to systems such as
cygwin which don't support the uid/gid notions.
clientserver.c
rsyncd.conf.yo