Compilation on FreeBSD fails with following error: ../../lib/util/util_paths.c:71:11: error: use of undeclared identifier 'NSS_BUFLEN_PASSWD' char buf[NSS_BUFLEN_PASSWD] = {0}; ^ ../../lib/util/util_paths.c:74:39: error: use of undeclared identifier 'NSS_BUFLEN_PASSWD' rc = getpwuid_r(getuid(), &pwd, buf, NSS_BUFLEN_PASSWD, &pwdbuf); ^ 2 errors generated. Regression caused by commit: 452e543ca5fa31a8a6bc72489e129567ff65c7b7
Merge request in gitlab: https://gitlab.com/samba-team/samba/-/merge_requests/1406
For the backports we need all three commits from https://gitlab.com/samba-team/samba/-/merge_requests/1387
Created attachment 16097 [details] required cherry-picked patches for 4-10-test from master
(In reply to Björn Jacke from comment #3) these are also required for the current v4-11-test and v4-12-test branches, Ralph also tested the build for those branches.
Pushed to autobuild-v4-{12,11,10}-test.
(In reply to Karolin Seeger from comment #5) Pushed to all branches. Closing out bug report. Thanks!