libxcrypt is used by auth subsystem, for instance, `crypt_r()` provided by this library is used by passwords.cc. so let's link against it. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #14030