c68ed3b4c8
* client: protect user lookups with global lock This PR updates Nomad client to always do user lookups while holding a global process lock. This is to prevent concurrency unsafe implementations of NSS, but still enabling NSS lookups of users (i.e. cannot not use osusergo). * cl: add cl
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
```release-note:improvement
|
|
client: re-enable nss-based user lookups
|
|
```
|