* debian/login.defs: Removed comment about MD5_CRYPT. MD5_CRYPT_ENAB is no

more used by chpasswd and newusers.
This commit is contained in:
nekral-guest
2009-05-21 15:19:02 +00:00
parent 0ea08a3961
commit cb8f35691a
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -10,8 +10,10 @@ shadow (1:4.1.4.1-1) unstable; urgency=low
mis-detection of logged-in users. Closes: #528060
- Updated patches:
+ debian/patches/506_relaxed_usernames
* debian/login.defs: Removed comment about MD5_CRYPT. MD5_CRYPT_ENAB is no
more used by chpasswd and newusers.
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Thu, 21 May 2009 17:15:40 +0200
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Thu, 21 May 2009 17:18:02 +0200
shadow (1:4.1.4-3) unstable; urgency=low
-3
View File
@@ -263,15 +263,12 @@ USERGROUPS_ENAB yes
#CONSOLE_GROUPS floppy:audio:cdrom
#
# Only works if compiled with MD5_CRYPT defined:
# If set to "yes", new passwords will be encrypted using the MD5-based
# algorithm compatible with the one used by recent releases of FreeBSD.
# It supports passwords of unlimited length and longer salt strings.
# Set to "no" if you need to copy encrypted passwords to other systems
# which don't understand the new algorithm. Default is "no".
#
# This variable is used by chpasswd, gpasswd and newusers.
#
# This variable is deprecated. You should use ENCRYPT_METHOD.
#
#MD5_CRYPT_ENAB no