summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 #