Created attachment 16705 [details] 1 line patch switching variable names In s3/modules/vfs_solarisacl.c, under solarisacl_sys_acl_set_fd() there was a variable named "default_acl" in earlier versions of samba (example 4.13.10) which occured 4 times. In the upcoming release it has been renamed to "other_acl". However in the current stable release (4.14.6) only 3 of the 4 mentions were changed, which will result in a compile error. The commit was "vfs_solarisacl: add support for SMB_ACL_TYPE_DEFAULT in solarisacl_sys-acl_set_fd()" that made the partial change. A patch is attached.
Created attachment 16710 [details] git-am fix for master and 4.15.rc2. Ralph can you review. No ci needed as this is only a Solaris fix. Applies for master and 4.15.rc2.
David, can you confirm you're OK with your "Signed-off-by:" added ?
Confirmed - I'm OK with "Signed-off-by:" addition.
Comment on attachment 16710 [details] git-am fix for master and 4.15.rc2. Lgtm, pushed to autobuild.
This bug was referenced in samba master: 069d23f0a717ac520560f853a5f34fd4fd92d220