Set NONEXISTENT to /nonexistent in shipped login.defs

Closes: #960318
This commit is contained in:
Balint Reczey
2021-11-14 12:13:34 +01:00
parent d9490db020
commit 6116809ed3

9
debian/login.defs vendored
View File

@@ -293,6 +293,15 @@ ENCRYPT_METHOD SHA512
# SHA_CRYPT_MIN_ROUNDS 5000
# SHA_CRYPT_MAX_ROUNDS 5000
#
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist. Some system accounts intentionally do
# not have a home directory. Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT /nonexistent
################# OBSOLETED BY PAM ##############
# #
# These options are now handled by PAM. Please #