table of contents
login.defs(5) | File Formats and Configuration | login.defs(5) |
НАЗВА¶
login.defs - Налаштування комплексу для роботи з прихованими паролями
ОПИС¶
The /etc/login.defs file defines the site-specific configuration for the shadow password suite. This file is required. Absence of this file will not prevent system operation, but will probably result in undesirable operation.
Цей файл є придатним до читання текстовим файлом, кожен з рядків якого описує один параметр налаштувань. Рядки складаються з назви налаштування та значення, які відокремлено пробілом. Порожні рядки і рядки коментарів буде проігноровано. Коментарі позначають символом «#», цей символ має бути першим непробільним символом рядка.
Parameter values may be of four types: strings, booleans, numbers, and long numbers. A string is comprised of any printable characters. A boolean should be either the value yes or no. An undefined boolean parameter or one with a value other than these will be given a no value. Numbers (both regular and long) may be either decimal values, octal values (precede the value with 0) or hexadecimal values (precede the value with 0x). The maximum value of the regular and long numeric parameters is machine-dependent.
У ваше розпорядження надано такі пункти налаштувань:
PASS_MAX_DAYS, PASS_MIN_DAYS and PASS_WARN_AGE are only used at the time of account creation. Any changes to these settings won't affect existing accounts.
ПЕРЕХРЕСНІ ПОСИЛАННЯ¶
Наведені нижче посилання показують, які програми комплексу для роботи з паролями shadow використовують відповідні параметри.
chfn
chgpasswd
chpasswd
gpasswd
groupadd
groupdel
groupmems
groupmod
grpck
grpconv
grpunconv
lastlog
login
newgrp / sg
newusers
pwck
pwconv
su
useradd
userdel
usermod
ВАДИ¶
Much of the functionality that used to be provided by the shadow password suite is now handled by PAM. Thus, /etc/login.defs is no longer used by passwd(1), or less used by login(1), and su(1). Please refer to the corresponding PAM configuration files instead.
ДИВ. ТАКОЖ¶
05/08/2024 | shadow-utils 4.16.0 |