SOURCES: shadow-login.defs - set params from prevous config, updat...
glen
glen at pld-linux.org
Thu Sep 15 12:34:07 CEST 2005
Author: glen Date: Thu Sep 15 10:34:07 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- set params from prevous config, update CRACLIB_DICKTPATH, disable USERGROUPS_ENAB
---- Files affected:
SOURCES:
shadow-login.defs (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/shadow-login.defs
diff -u SOURCES/shadow-login.defs:1.5 SOURCES/shadow-login.defs:1.6
--- SOURCES/shadow-login.defs:1.5 Thu Sep 15 12:32:32 2005
+++ SOURCES/shadow-login.defs Thu Sep 15 12:34:02 2005
@@ -102,7 +102,7 @@
# If defined, login failures will be logged here in a utmp format.
# last, when invoked as lastb, will read /var/log/btmp, so...
#
-FTMP_FILE /var/log/btmp
+FTMP_FILE /var/log/btmpx
#
# If defined, name of file whose presence which will inhibit non-root
@@ -126,7 +126,7 @@
# QMAIL_DIR is for Qmail
#
#QMAIL_DIR Maildir
-MAIL_DIR /var/spool/mail
+MAIL_DIR /var/mail
#MAIL_FILE .mail
#
@@ -211,8 +211,8 @@
#
PASS_MAX_DAYS 99999
PASS_MIN_DAYS 0
-PASS_MIN_LEN 5
-PASS_WARN_AGE 7
+PASS_MIN_LEN 8
+PASS_WARN_AGE 5
#
# If "yes", the user must be listed as a member of the first gid 0 group
@@ -225,18 +225,18 @@
#
# If compiled with cracklib support, where are the dictionaries
#
-CRACKLIB_DICTPATH /var/cache/cracklib/cracklib_dict
+CRACKLIB_DICTPATH /usr/share/dict
#
# Min/max values for automatic uid selection in useradd
#
-UID_MIN 1000
+UID_MIN 500
UID_MAX 60000
#
# Min/max values for automatic gid selection in groupadd
#
-GID_MIN 100
+GID_MIN 500
GID_MAX 60000
#
@@ -277,7 +277,7 @@
# phone, home phone). If not defined, no changes are allowed.
# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
#
-CHFN_RESTRICT rwh
+CHFN_RESTRICT yes
#
# Password prompt (%s will be replaced by user name).
@@ -294,7 +294,7 @@
# Set to "no" if you need to copy encrypted passwords to other systems
# which don't understand the new algorithm. Default is "no".
#
-#MD5_CRYPT_ENAB no
+MD5_CRYPT_ENAB yes
#
# List of groups to add to the user's supplementary group set
@@ -354,5 +354,5 @@
#
# This also enables userdel to remove user groups if no members exist.
#
-USERGROUPS_ENAB yes
+#USERGROUPS_ENAB yes
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/shadow-login.defs?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list