LDAP Password Policy via Spring and OpenLDAP
Advanced password policy is one of the most coveted features an LDAP server has to offer. Yet, dealing with it programmatically is not as straightforward as one could imagine. The purpose of this post is to provide a simple guideline of how to manage a custom password policy on the OpenLDAP server via Spring. Originally,…