Tagged articles
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.

LinuxPassword ComplexityPassword policy
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 SecurityUser Managementmysql
0 likes · 10 min read
Understanding and Managing MySQL User Password Expiration
Open Source Linux
Open Source Linux
Jun 2, 2020 · Operations

Force Users to Change Password on First Login with Linux chage

This guide shows how to create a Linux user, force an immediate password change on first login using the chage command, verify the behavior, and manage password expiration policies with practical examples and command explanations.

LinuxSystem AdministrationUser Management
0 likes · 5 min read
Force Users to Change Password on First Login with Linux chage
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