summaryrefslogtreecommitdiffstats
path: root/abs/core/shadow/login.defs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 18:56:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 18:56:35 (GMT)
commit0b381dd66f9bdaf037466ef813f307c003697be5 (patch)
tree1062704a0207952c497004c3a065ad8c45e309a7 /abs/core/shadow/login.defs
parent0a99d35f1ed216f57144f1c04b1a90d894ff16fd (diff)
downloadlinhes_pkgbuild-0b381dd66f9bdaf037466ef813f307c003697be5.zip
linhes_pkgbuild-0b381dd66f9bdaf037466ef813f307c003697be5.tar.gz
linhes_pkgbuild-0b381dd66f9bdaf037466ef813f307c003697be5.tar.bz2
shadow 4.1.51
Diffstat (limited to 'abs/core/shadow/login.defs')
-rw-r--r--abs/core/shadow/login.defs21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core/shadow/login.defs b/abs/core/shadow/login.defs
index 653e14e..2500ee4 100644
--- a/abs/core/shadow/login.defs
+++ b/abs/core/shadow/login.defs
@@ -187,27 +187,6 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local
#
-# When prompting for password without echo, getpass() can optionally
-# display a random number (in the range 1 to GETPASS_ASTERISKS) of '*'
-# characters for each character typed. This feature is designed to
-# confuse people looking over your shoulder when you enter a password :-).
-# Also, the new getpass() accepts both Backspace (8) and Delete (127)
-# keys to delete previous character (to cope with different terminal
-# types), Control-U to delete all characters, and beeps when there are
-# no more characters to delete, or too many characters entered.
-#
-# Setting GETPASS_ASTERISKS to 1 results in more traditional behaviour -
-# exactly one '*' displayed for each character typed.
-#
-# Setting GETPASS_ASTERISKS to 0 disables the '*' characters (Backspace,
-# Delete, Control-U and beep continue to work as described above).
-#
-# Setting GETPASS_ASTERISKS to -1 reverts to the traditional getpass()
-# without any new features. This is the default.
-#
-#GETPASS_ASTERISKS 1
-
-#
# Enable setting of the umask group bits to be the same as owner bits
# (examples: 022 -> 002, 077 -> 007) for non-root users, if the uid is
# the same as gid, and username is the same as the primary group name.