:(
This commit is contained in:
parent
24b44b686e
commit
e7a7f8bd36
@ -127,7 +127,7 @@ SU_NAME su
|
||||
# Directory where mailboxes reside, _or_ name of file, relative to the
|
||||
# home directory. If you _do_ define both, MAIL_DIR takes precedence.
|
||||
#
|
||||
MAIL_DIR /var/spool/mail
|
||||
MAIL_DIR /var/mail
|
||||
#MAIL_FILE .mail
|
||||
|
||||
#
|
||||
@ -159,7 +159,7 @@ ENV_HZ HZ=100
|
||||
#
|
||||
# (they are minimal, add the rest in the shell startup files)
|
||||
ENV_SUPATH PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
ENV_PATH PATH=/bin:/usr/bin
|
||||
ENV_PATH PATH=/usr/bin:/usr/sbin
|
||||
|
||||
#
|
||||
# Terminal permissions
|
||||
@ -335,6 +335,7 @@ CHFN_RESTRICT rwh
|
||||
# the PAM modules configuration.
|
||||
#
|
||||
#ENCRYPT_METHOD DES
|
||||
ENCRYPT_METHOD SHA512
|
||||
|
||||
#
|
||||
# Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
|
||||
@ -351,7 +352,9 @@ CHFN_RESTRICT rwh
|
||||
# If MIN > MAX, the highest value will be used.
|
||||
#
|
||||
#SHA_CRYPT_MIN_ROUNDS 5000
|
||||
SHA_CRYPT_MIN_ROUNDS 500000
|
||||
#SHA_CRYPT_MAX_ROUNDS 5000
|
||||
SHA_CRYPT_MAX_ROUNDS 500000
|
||||
|
||||
#
|
||||
# Only works if ENCRYPT_METHOD is set to BCRYPT.
|
||||
|
@ -1,10 +1,7 @@
|
||||
|
||||
# subdirectories for translated manual pages
|
||||
if USE_NLS
|
||||
SUBDIRS = po cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
|
||||
else
|
||||
SUBDIRS =
|
||||
endif
|
||||
|
||||
man_MANS = \
|
||||
man1/chage.1 \
|
||||
@ -29,7 +26,6 @@ man_MANS = \
|
||||
man8/lastlog.8 \
|
||||
man1/login.1 \
|
||||
man5/login.defs.5 \
|
||||
man8/logoutd.8 \
|
||||
man1/newgrp.1 \
|
||||
man8/newusers.8 \
|
||||
man8/nologin.8 \
|
||||
@ -95,7 +91,6 @@ man_XMANS = \
|
||||
login.1.xml \
|
||||
login.access.5.xml \
|
||||
login.defs.5.xml \
|
||||
logoutd.8.xml \
|
||||
newgidmap.1.xml \
|
||||
newgrp.1.xml \
|
||||
newuidmap.1.xml \
|
||||
|
@ -3,7 +3,7 @@ EXTRA_DIST = \
|
||||
.indent.pro
|
||||
|
||||
ubindir = ${prefix}/bin
|
||||
usbindir = ${prefix}/sbin
|
||||
usbindir = ${prefix}/bin
|
||||
suidperms = 4755
|
||||
sgidperms = 2755
|
||||
|
||||
@ -43,7 +43,6 @@ usbin_PROGRAMS = \
|
||||
grpck \
|
||||
grpconv \
|
||||
grpunconv \
|
||||
logoutd \
|
||||
newusers \
|
||||
pwck \
|
||||
pwconv \
|
||||
|
Loading…
Reference in New Issue
Block a user