Remove the preprocessor check SHADOWPWD. The variable is no more defined
(and always assumed). Debian patch 493_pwck_no_SHADOWPWD.
This commit is contained in:
@ -368,7 +368,7 @@ int main (int argc, char **argv)
|
||||
pwd->pw_name, pwd->pw_shell);
|
||||
errors++;
|
||||
}
|
||||
#ifdef SHADOWPWD
|
||||
|
||||
/*
|
||||
* Make sure this entry exists in the /etc/gshadow file.
|
||||
*/
|
||||
@ -421,7 +421,6 @@ int main (int argc, char **argv)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (!is_shadow)
|
||||
|
Reference in New Issue
Block a user