Tagged articles

password-expiration

4 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Dec 5, 2024 · Information Security

How to Configure Linux Password Expiration and Complexity Rules

This guide explains how to set password aging limits in /etc/login.defs, modify them with sed, and enforce password complexity on CentOS systems using PAM modules such as pam_cracklib and pam_pwquality, including recommended values and practical examples.

LinuxPAMPassword Complexity
0 likes · 9 min read
How to Configure Linux Password Expiration and Complexity Rules
Aikesheng Open Source Community
Aikesheng Open Source Community
May 14, 2021 · Databases

Understanding and Managing MySQL User Password Expiration

This article explains the MySQL password expiration mechanism, introduces the relevant columns in the mysql.user table, demonstrates how to set passwords to never expire, expire after a specific interval, or expire immediately, and shows how to configure the global default_password_lifetime variable.

Database SecurityMySQLSQL
0 likes · 10 min read
Understanding and Managing MySQL User Password Expiration
dbaplus Community
dbaplus Community
Feb 13, 2016 · Databases

Unlock Oracle Users Without Changing Passwords: Bypass Expired Password Locks

This article explains how Oracle DBAs can restore access for users whose passwords have expired and become locked by leveraging the password hash in DBA_USERS (or USER$) to reset the account without knowing the original password, while detailing relevant profile parameters and status codes.

database-securitypassword-expirationuser-unlock
0 likes · 11 min read
Unlock Oracle Users Without Changing Passwords: Bypass Expired Password Locks