I'm using 2.6.4. Sorry, brand new at this, how do I enable it? I don't see any references to it in the slapd.conf... I'm in the process of converting an ISDS db to OpenLDAP. Kind of daunting so far...
Thanks, Eric
On Tue, Mar 7, 2023 at 12:10 PM Quanah Gibson-Mount quanah@fast-mail.org wrote:
--On Monday, March 6, 2023 11:23 AM -0700 Eric Fetzer eric.fetzer@gmail.com wrote:
Hi All,
I need to add to my schema on my freshly built server.
If you're using OpenLDAP 2.5 or later, the ppolicy schema is built into the ppolicy overlay and you should not be loading it separately at all. I would note that all releases prior to OpenLDAP 2.5 are historic and not supported.
Regards, Quanah
--On Tuesday, March 7, 2023 12:16 PM -0700 Eric Fetzer eric.fetzer@gmail.com wrote:
I'm using 2.6.4. Sorry, brand new at this, how do I enable it? I don't see any references to it in the slapd.conf... I'm in the process of converting an ISDS db to OpenLDAP. Kind of daunting so far...
Generally speaking:
In the portion of your configuration loading module:
modulepath .... moduleload ppolicy.so
In the database section of your configuration where you want to apply password policies
database mdb ...
overlay ppolicy
Regards, Quanah
openldap-technical@openldap.org