samba-bugs at samba.org
2015-Aug-18 16:36 UTC
[Bug 11456] New: Allow configuration of MAX_GID_LIST
https://bugzilla.samba.org/show_bug.cgi?id=11456 Bug ID: 11456 Summary: Allow configuration of MAX_GID_LIST Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayned at samba.org Reporter: jheiss at aput.net QA Contact: rsync-qa at samba.org MAX_GID_LIST is a constant in clientserver.c with a value of 32. I have users who are in more than 32 groups, resulting in want_all_groups->getallgroups->getgrouplist failing. I'll just change the constant in my local build for now, but a way to configure the limit would be nice. -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Aug-24 19:05 UTC
[Bug 11456] Allow configuration of MAX_GID_LIST
https://bugzilla.samba.org/show_bug.cgi?id=11456 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> --- I switched the code from static-sized array to using a dynamic item_list struct, so now the gid lists can be as large as specified. -- You are receiving this mail because: You are the QA Contact for the bug.