18805: add a 'static' go build tag that disables the pam login code,
authorWard Vandewege <ward@curii.com>
Fri, 25 Feb 2022 21:50:32 +0000 (16:50 -0500)
committerWard Vandewege <ward@curii.com>
Fri, 25 Feb 2022 21:53:43 +0000 (16:53 -0500)
commit9ffdf93f954bfe7bfe2269d361961d653caea146
tree8570474aaada25098b1f9e4da37af32d53638d98
parent1e3f7a2f014db8079e13d92a0ee978883c71503b
18805: add a 'static' go build tag that disables the pam login code,
       because it relies on the shared libraries from the glibc version
       used for linking, at runtime.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
lib/controller/localdb/login_pam.go
lib/controller/localdb/login_pam_static.go [new file with mode: 0644]