Self Service Password, the LDAP Tool Box password self service portal, ready on first boot with a directory server included so users reset their own passwords straight away.
Self Service Password is the LDAP Tool Box project's web application for letting people manage their own directory password. Users open a page in a browser, prove who they are, and set a new password themselves, which removes what is consistently one of the highest volume and lowest value categories of request an IT team handles. They can change a password they already know, or reset one they have forgotten by answering security questions they registered earlier, and every candidate password is checked against a policy covering length, mixed case, digits, special characters and reuse, displayed on screen as they type. Reset by emailed token and reset by SMS are built in and ready to be enabled once a mail relay or SMS gateway is connected.
It suits any team running an LDAP directory or Active Directory that wants to cut password reset tickets without giving up control of password policy.
cloudimg delivers the portal fully installed behind nginx and PHP, with an OpenLDAP directory server on the same instance already organised with People and Groups containers, a dedicated service account and sample accounts, so a real password change can be completed within minutes of launch rather than after a directory build. The image is secure by default: no working credential is baked in, and on each machine's first boot the directory manager password, the service account password the portal binds with, the key that encrypts stored security answers and the sample account passwords are all generated uniquely for that instance. The web tier is gated so it cannot serve an instance whose secrets have not yet been generated, the directory listens only on the loopback interface, and the configuration file holding the directory password sits outside anything the web server can serve. Everything is backed by a paired deployment guide and 24/7 support.
Real screenshots taken while testing this image against its deployment guide.