summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2021-11-14 12:13:34 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-01-22 21:53:25 +0100
commit6116809ed39fdca44b86e8042214970dd44cb5bd (patch)
tree2e5cfc08ac7223a5f6d148a18e88d76453628a9a
parentd9490db020c7e59c20bb232e2a3e947badf84936 (diff)
downloadshadow-6116809ed39fdca44b86e8042214970dd44cb5bd.tar.gz
Set NONEXISTENT to /nonexistent in shipped login.defs
Closes: #960318
-rw-r--r--debian/login.defs9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/login.defs b/debian/login.defs
index db8baa4d..824cbaf1 100644
--- a/debian/login.defs
+++ b/debian/login.defs
@@ -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 #