/etc
# # Please note that the parameters in this configuration file control the # behavior of the tools from the shadow-utils component. None of these # tools uses the PAM mechanism, and the utilities that use PAM (such as the # passwd command) should therefore be configured elsewhere. Refer to # /etc/pam.d/system-auth for more information. # # # Delay in seconds before being allowed another attempt after a login failure # Note: When PAM is used, some modules may enforce a minimum delay (e.g. # pam_unix(8) enforces a 2s delay) # #FAIL_DELAY 3 # Currently FAILLOG_ENAB is not supported # # Enable display of unknown usernames when login(1) failures are recorded. # #LOG_UNKFAIL_ENAB no # Currently LOG_OK_LOGINS is not supported # Currently LASTLOG_ENAB is not supported # # Limit the highest user ID number for which the lastlog entries should # be updated. # # No LASTLOG_UID_MAX means that there is no user ID limit for writing # lastlog entries. # #LASTLOG_UID_MAX # Currently MAIL_CHECK_ENAB is not supported # Currently OBSCURE_CHECKS_ENAB is not supported # Currently PORTTIME_CHECKS_ENAB is not supported # Currently QUOTAS_ENAB is not supported # Currently SYSLOG_SU_ENAB is not supported # # Enable "syslog" logging of newgrp(1) and sg(1) activity. # #SYSLOG_SG_ENAB yes # Currently CONSOLE is not supported # Currently SULOG_FILE is not supported # Currently MOTD_FILE is not supported # Currently ISSUE_FILE is not supported # Currently TTYTYPE_FILE is not supported # Currently FTMP_FILE is not supported # Currently NOLOGINS_FILE is not supported # Currently SU_NAME is not supported # *REQUIRED* # 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_FILE .mail # # If defined, file which inhibits all the usual chatter during the login # sequence. If a full pathname, then hushed mode will be enabled if the # user's name or shell are found in the file. If not a full pathname, then # hushed mode will be enabled if the file exists in the user's home directory. # #HUSHLOGIN_FILE .hushlogin #HUSHLOGIN_FILE /etc/hushlogins # Currently ENV_TZ is not supported # Currently ENV_HZ is not supported # # The default PATH settings, for superuser and normal users. # # (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 # # Terminal permissions # # TTYGROUP Login tty will be assigned this group ownership. # TTYPERM Login tty will be set to this permission. # # If you have a write(1) program which is "setgid" to a special group # which owns the terminals, define TTYGROUP as the number of such group # and TTYPERM as 0620. Otherwise leave TTYGROUP commented out and # set TTYPERM to either 622 or 600. # #TTYGROUP tty #TTYPERM 0600 # Currently ERASECHAR, KILLCHAR and ULIMIT are not supported # Default initial "umask" value used by login(1) on non-PAM enabled systems. # Default "umask" value for pam_umask(8) on PAM enabled systems. # UMASK is also used by useradd(8) and newusers(8) to set the mode for new # home directories if HOME_MODE is not set. # 022 is the default value, but 027, or even 077, could be considered # for increased privacy. There is no One True Answer here: each sysadmin # must make up their mind. UMASK 022 # HOME_MODE is used by useradd(8) and newusers(8) to set the mode for new # home directories. # If HOME_MODE is not set, the value of UMASK is used to create the mode. HOME_MODE 0700 # Password aging controls: # # PASS_MAX_DAYS Maximum number of days a password may be used. # PASS_MIN_DAYS Minimum number of days allowed between password changes. # PASS_MIN_LEN Minimum acceptable password length. # PASS_WARN_AGE Number of days warning given before a password expires. # PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_WARN_AGE 7 # Currently PASS_MIN_LEN is not supported # Currently SU_WHEEL_ONLY is not supported # Currently CRACKLIB_DICTPATH is not supported # # Min/max values for automatic uid selection in useradd(8) # UID_MIN 1000 UID_MAX 60000 # System accounts SYS_UID_MIN 201 SYS_UID_MAX 999 # Extra per user uids SUB_UID_MIN 100000 SUB_UID_MAX 600100000 SUB_UID_COUNT 65536 # # Min/max values for automatic gid selection in groupadd(8) # GID_MIN 1000 GID_MAX 60000 # System accounts SYS_GID_MIN 201 SYS_GID_MAX 999 # Extra per user group ids SUB_GID_MIN 100000 SUB_GID_MAX 600100000 SUB_GID_COUNT 65536 # # Max number of login(1) retries if password is bad # #LOGIN_RETRIES 3 # # Max time in seconds for login(1) # #LOGIN_TIMEOUT 60 # Currently PASS_CHANGE_TRIES is not supported # Currently PASS_ALWAYS_WARN is not supported # Currently PASS_MAX_LEN is not supported # Currently CHFN_AUTH is not supported # # Which fields may be changed by regular users using chfn(1) - use # any combination of letters "frwh" (full name, room number, work # phone, home phone). If not defined, no changes are allowed. # For backward compatibility, "yes" = "rwh" and "no" = "frwh". # #CHFN_RESTRICT rwh # Currently LOGIN_STRING is not supported # Currently MD5_CRYPT_ENAB is not supported # # If set to MD5, MD5-based algorithm will be used for encrypting password # If set to SHA256, SHA256-based algorithm will be used for encrypting password # If set to SHA512, SHA512-based algorithm will be used for encrypting password # If set to BLOWFISH, BLOWFISH-based algorithm will be used for encrypting password # If set to DES, DES-based algorithm will be used for encrypting password (default) # ENCRYPT_METHOD SHA512 # # Only works if ENCRYPT_METHOD is set to SHA256 or SHA512. # # Define the number of SHA rounds. # With a lot of rounds, it is more difficult to brute-force the password. # However, more CPU resources will be needed to authenticate users if # this value is increased. # # If not specified, the libc will choose the default number of rounds (5000). # The values must be within the 1000-999999999 range. # SHA_CRYPT_MAX_ROUNDS 100000 # Currently SHA_CRYPT_MIN_ROUNDS is not supported # Currently BCRYPT_MIN_ROUNDS and BCRYPT_MAX_ROUNDS are not supported # Currently CONSOLE_GROUPS is not supported # # Should login be allowed if we can't cd to the home directory? # Default is yes. # #DEFAULT_HOME yes # Currently ENVIRON_FILE is not supported # # If defined, this command is run when removing a user. # It should remove any at/cron/print jobs etc. owned by # the user to be removed (passed as the first argument). # USERDEL_CMD /usr/bin/userdel.cagefs # # Enables userdel(8) to remove user groups if no members exist. # USERGROUPS_ENAB yes # # If set to a non-zero number, the shadow utilities will make sure that # groups never have more than this number of users on one line. # This permits to support split groups (groups split into multiple lines, # with the same group ID, to avoid limitation of the line length in the # group file). # # 0 is the default value and disables this feature. # #MAX_MEMBERS_PER_GROUP 0 # # If useradd(8) should create home directories for users by default (non # system users only). # This option is overridden with the -M or -m flags on the useradd(8) # command-line. # CREATE_HOME yes # # Force use shadow, even if shadow passwd & shadow group files are # missing. # #FORCE_SHADOW yes # # Select the HMAC cryptography algorithm. # Used in pam_timestamp module to calculate the keyed-hash message # authentication code. # # Note: It is recommended to check hmac(3) to see the possible algorithms # that are available in your system. # HMAC_CRYPTO_ALGO SHA512
.
Edit
..
Edit
.java
Edit
.pwd.lock
Edit
.updated
Edit
.whostmgrft
Edit
DIR_COLORS
Edit
DIR_COLORS.lightbgcolor
Edit
GREP_COLORS
Edit
ImageMagick-6
Edit
NetworkManager
Edit
UPower
Edit
X11
Edit
_firstboot
Edit
adjtime
Edit
agent360.ini
Edit
aliases
Edit
alsa
Edit
alternatives
Edit
anacrontab
Edit
antivirus.exim
Edit
apache2
Edit
asound.conf
Edit
at.deny
Edit
audit
Edit
authselect
Edit
backupmxhosts
Edit
bash_completion.d
Edit
bashrc
Edit
bindresvport.blacklist
Edit
binfmt.d
Edit
blackbox_exporter
Edit
blocked_incoming_email_countries
Edit
blocked_incoming_email_country_ips
Edit
blocked_incoming_email_domains
Edit
bsock
Edit
cagefs
Edit
chkconfig.d
Edit
chkserv.d
Edit
chrony.conf
Edit
chrony.keys
Edit
cifs-utils
Edit
cl-convert-saved
Edit
cl.emails.d
Edit
cl.nodejs
Edit
cl.php.d
Edit
cl.python
Edit
cl.selector
Edit
cloudlinux-backup
Edit
cloudlinux-release
Edit
container
Edit
cpanel
Edit
cpanel_exim_system_filter
Edit
cpanel_mail_netblocks
Edit
cpanelsync.exclude
Edit
cpanelsync.no_chmod
Edit
cpbackup-exclude.conf
Edit
cpsources.conf
Edit
cpspamd.conf
Edit
cpupdate.conf
Edit
cron.d
Edit
cron.daily
Edit
cron.deny
Edit
cron.hourly
Edit
cron.monthly
Edit
cron.weekly
Edit
crontab
Edit
crypto-policies
Edit
crypttab
Edit
csf
Edit
csh.cshrc
Edit
csh.login
Edit
dbowners
Edit
dbus-1
Edit
dconf
Edit
debuginfod
Edit
default
Edit
demodomains
Edit
demouids
Edit
demousers
Edit
depmod.d
Edit
dhcp
Edit
digestshadow
Edit
dnf
Edit
domain_remote_mx_ips.cdb
Edit
domainips
Edit
domainusers
Edit
dovecot
Edit
dpkg
Edit
dracut.conf
Edit
dracut.conf.d
Edit
egl
Edit
email_send_limits
Edit
environment
Edit
environment-modules
Edit
ethertypes
Edit
exim.conf
Edit
exim.conf.backup.2025-11-05
Edit
exim.conf.dist
Edit
exim.conf.local
Edit
exim.conf.localopts
Edit
exim.conf.localopts.shadow
Edit
exim.conf.mailman2.dist
Edit
exim.conf.mailman2.exiscan.dist
Edit
exim.crt
Edit
exim.key
Edit
exim.pl
Edit
exim.pl.local
Edit
exim_suspended_list
Edit
exim_trusted_configs
Edit
eximmailtrap
Edit
eximrejects
Edit
eximrejects.rpmorig
Edit
exports
Edit
exports.d
Edit
favicon.png
Edit
filesystems
Edit
firebird
Edit
firewalld
Edit
flatpak
Edit
fonts
Edit
freetds.conf
Edit
fstab
Edit
ftpd-ca.pem
Edit
ftpd-rsa-key.pem
Edit
ftpd-rsa.pem
Edit
ftpddisable
Edit
fuse.conf
Edit
gcrypt
Edit
geoclue
Edit
glances
Edit
glvnd
Edit
gnupg
Edit
grafana
Edit
greylist_common_mail_providers
Edit
greylist_trusted_netblocks
Edit
groff
Edit
group
Edit
group-
Edit
grub.d
Edit
grub2.cfg
Edit
gshadow
Edit
gshadow-
Edit
gss
Edit
gssproxy
Edit
host.conf
Edit
hostname
Edit
hosts
Edit
idmapd.conf
Edit
imunify-agent-proxy
Edit
imunify-auditd-log-reader
Edit
imunify-realtime-av
Edit
imunify360
Edit
imunify360-wafd
Edit
imunify360-webshield
Edit
init.d
Edit
inittab
Edit
inputrc
Edit
ipaddrpool
Edit
ips
Edit
ips.dnsmaster
Edit
issue
Edit
issue.d
Edit
issue.net
Edit
java
Edit
jvm
Edit
jvm-common
Edit
kdump
Edit
kdump.conf
Edit
kernel
Edit
keys
Edit
keyutils
Edit
krb5.conf
Edit
krb5.conf.d
Edit
ld.so.cache
Edit
ld.so.conf
Edit
ld.so.conf.d
Edit
letsencrypt
Edit
libaudit.conf
Edit
libibverbs.d
Edit
libnl
Edit
libpaper.d
Edit
libreport
Edit
libssh
Edit
libuser.conf
Edit
localaliases
Edit
localdomains
Edit
localdomains.rpmnew
Edit
locale.conf
Edit
locales.conf
Edit
localtime
Edit
lock_manager_local.ini
Edit
login.defs
Edit
logrotate.conf
Edit
logrotate.d
Edit
machine-id
Edit
magic
Edit
mail
Edit
mailbox_formats
Edit
mailcap
Edit
mailhelo
Edit
mailips
Edit
makedumpfile.conf.sample
Edit
man_db.conf
Edit
manualmx
Edit
microcode_ctl
Edit
mime.types
Edit
mirrorlist
Edit
mke2fs.conf
Edit
modprobe.d
Edit
modulefiles
Edit
modules-load.d
Edit
motd
Edit
motd.d
Edit
mtab
Edit
mtools.conf
Edit
my.cnf
Edit
my.cnf.d
Edit
named
Edit
named.conf
Edit
named.conf.cache
Edit
named.conf.precpanelinstall
Edit
named.conf.prerebuilddnsconfig
Edit
named.conf.rebuilddnsconfig
Edit
named.conf.zonedir.cache
Edit
named.rfc1912.zones
Edit
named.root.key
Edit
nanorc
Edit
needrestart
Edit
neighbor_netblocks
Edit
netconfig
Edit
netdata
Edit
networks
Edit
nfs.conf
Edit
nfsmount.conf
Edit
nftables
Edit
nginx
Edit
nginx_conf.d.pre_install_ea_nginx_config
Edit
nocgiusers
Edit
normal-hybrid.conf
Edit
npmrc
Edit
nscd.conf
Edit
nsswitch.conf
Edit
nsswitch.conf.bak
Edit
odbc.ini
Edit
odbcinst.ini
Edit
openldap
Edit
opt
Edit
os-release
Edit
ossec-init.conf
Edit
ostree
Edit
outgoing_mail_hold_users
Edit
outgoing_mail_suspended_users
Edit
pam.d
Edit
pam_imunify
Edit
papersize
Edit
passwd
Edit
passwd-
Edit
passwd.cache
Edit
passwd.nouids.cache
Edit
pcp
Edit
pcp.conf
Edit
pdns
Edit
pkcs11
Edit
pkgconfig
Edit
pki
Edit
pm
Edit
polkit-1
Edit
pool.conf
Edit
popt.d
Edit
portassignments
Edit
printcap
Edit
profile
Edit
profile.d
Edit
proftpd
Edit
prometheus
Edit
protocols
Edit
psa
Edit
pulse
Edit
pure-ftpd.pem
Edit
rc.d
Edit
rc.local
Edit
rc0.d
Edit
rc1.d
Edit
rc2.d
Edit
rc3.d
Edit
rc4.d
Edit
rc5.d
Edit
rc6.d
Edit
recent_authed_mail_ips
Edit
recent_authed_mail_ips_users
Edit
recent_recipient_mail_server_ips
Edit
redhat-release
Edit
relayhosts
Edit
relayhostsusers
Edit
remotedomains
Edit
request-key.conf
Edit
request-key.d
Edit
resolv.conf
Edit
rndc.key
Edit
rpc
Edit
rpm
Edit
rsyncd.conf
Edit
rwtab.d
Edit
s-nail.rc
Edit
sasl2
Edit
scl
Edit
screenrc
Edit
secondarymx
Edit
security
Edit
selinux
Edit
senderverifybypasshosts
Edit
services
Edit
sestatus.conf
Edit
sgml
Edit
shadow
Edit
shadow-
Edit
shadow.nouids.cache
Edit
shells
Edit
skel
Edit
skipsmtpcheckhosts
Edit
smartmontools
Edit
spammeripblocks
Edit
spammers
Edit
ssh
Edit
ssl
Edit
ssldomains
Edit
sssd
Edit
statetab.d
Edit
stats.conf
Edit
subgid
Edit
subgid-
Edit
subuid
Edit
subuid-
Edit
sudo-ldap.conf
Edit
sudo.conf
Edit
sudoers
Edit
sudoers.d
Edit
sw-engine
Edit
sysconfig
Edit
sysctl.conf
Edit
sysctl.d
Edit
system-release
Edit
system-release-cpe
Edit
systemd
Edit
terminfo
Edit
tmpfiles.d
Edit
tpm2-tss
Edit
trueuserdomains
Edit
trueuserowners
Edit
trusted-key.key
Edit
trusted_mail_users
Edit
trustedmailhosts
Edit
tuned
Edit
tuned-profiles-cloudlinux
Edit
udev
Edit
userbwlimits
Edit
userdatadomains
Edit
userdatadomains.json
Edit
userdomains
Edit
userips
Edit
userplans
Edit
valiases
Edit
vconsole.conf
Edit
vdomainaliases
Edit
vfilters
Edit
virc
Edit
webspam
Edit
wgetrc
Edit
wireplumber
Edit
wmt
Edit
wwwacct.conf
Edit
wwwacct.conf.cache
Edit
wwwacct.conf.shadow
Edit
wwwacct.conf.shadow.cache
Edit
xattr.conf
Edit
xdg
Edit
xml
Edit
yum
Edit
yum.conf
Edit
yum.repos.d
Edit