truenas / apps

GNU Lesser General Public License v3.0
78 stars 25 forks source link

rsyncd : allow uid/gid > 65535 #981

Closed mpnico closed 1 day ago

mpnico commented 1 day ago

UID/GID can be > 65535, for example in some AD domain situations. This PR allows UID/GID to be up to max int32 (4294967295) in rsyncd module UI

stavros-k commented 1 day ago

Please see https://github.com/truenas/apps/blob/7b87ec57d3c69ce733a09c6735d6dbc28b388df1/CONTRIBUTIONS.md?plain=1#L26-L27

Thanks

mpnico commented 1 day ago

Sorry, and thank you for pointing this out. I'll make another PR the right way.