LOCKED_PREFIX
if (strncmp(pwd->pw_passwd, LOCKED_PREFIX, LOCKED_PREFIX_LEN) == 0)
#define LOCKED_PREFIX_LEN (sizeof(LOCKED_PREFIX) - 1)