[Bug 12196] New: --numeric-ids broke usermap and groupmap in acls

samba-bugs at samba.org samba-bugs at samba.org
Wed Aug 31 14:17:59 UTC 2016


https://bugzilla.samba.org/show_bug.cgi?id=12196

            Bug ID: 12196
           Summary: --numeric-ids broke usermap and groupmap in acls
           Product: rsync
           Version: 3.1.2
          Hardware: x64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: piotr.rotter at active24.pl
        QA Contact: rsync-qa at samba.org

Hi,

In case I do:
rsync -Aaxq --delete --ignore-errors --usermap=33:44 --groupmap=33:44
user at server::backup/source/ /dest/

The result is:
# getfacl file
user::rw-
user:44:r--
group::rw-
group:44:r--
mask::rw-
other::---

Looks ok. But in case:
rsync -Aaxq --delete --ignore-errors --numeric-ids --usermap=33:44
--groupmap=33:44 user at server::backup/source/ /dest/

The result is:
# getfacl file
user::rw-
user:33:r--
group::rw-
group:33:r--
mask::rw-
other::---

It looks like rsync ignored usermap groupma for acls. Non acls rights mapping
still works ok.

I would also suggest adding the --addacl would be very useful.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list