https://bugzilla.samba.org/show_bug.cgi?id=8020
--- Comment #1 from Curu Wong <prin...@gmail.com> 2011-03-18 09:14:54 UTC --- Created attachment 6303 --> https://bugzilla.samba.org/attachment.cgi?id=6303 rsync ACL numeric-ids option patch It seems that rsync always maps user/group name to ids. we can see that in function recv_ida_entries(ida_entries *ent, int f) in acls.c, if data sent from remote end contains user/group name info, it will always map that user/group name to local id, never honour the --numeric-ids option and use the uid/gid from remote end directly. This patch should fix this problem. tested on: fedora 14 i386 CentOS 5.5 x86_64 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html