Re: slapo-ppolicy 2.4 vs. 2.5
[email protected] Mon, 3 May 2021 10:39:19 -0500 (CDT)
| Newsgroups | gmane.network.openldap.devel |
|---|---|
| Message-ID | <[email protected]> |
>From: "Michael Ströder" <[email protected]> >Do you have any tests you could run against 2.4 and 2.5 to verify >whether both have same behaviour? Hey Michael, I have tested 2.4 and 2.5 pw policies using Apache Fortress tests: [PswdPolicyMgrImplTest](https://github.com/apache/directory-fortress-core/blob/master/src/test/java/org/apache/directory/fortress/core/impl/PswdPolicyMgrImplTest.java) The only functional difference that I found was 2.5 now requires sending the RelaxControl ("1.3.6.1.4.1.4203.666.5.12") on the following ops: - lock/unlock - mods of user's pwdPolicySubentry attribute Other than that, everything else worked the same, besides no longer including the pwpolicy.schema in the server config of course. -- Shawn