Password policies

General

A password policy is a set of rules defining how passwords are used in a given environment. The password policy helps securing your environment: it dictates how long and how difficult passwords should be, whether new users have to change their passwords, the interval at which user's should change passwords, whether passwords can be reused, after how long an idle time users will be disconnected automatically, etc.

iPlanet/SunONE GUI

The password policy can be managed easily from the graphical user interface: the Configuration tab contains a Database folder in which you can select Passwords. The fields have the following meaning:

OpenLDAP

Password expiration is arranged using the PAM (Password Authentication Modules) pam_ldap module - Solaris also uses PAM - adapted for LDAP.

The same settings as on a Solaris system are translated into attributes to user entries:

Installing and using the "diradmin" package enables the following setting by default:


userPassword:: <base 64 encoded value>
shadowMax: 30
shadowWarning: 7
shadowInactive: 2
shadowLastChange: <X_days>