<div dir="ltr">Hi,<div><br></div><div>I have noticed that ValuePolicyType class has been updated in mP 4.x. I have used <lifetime> xml tag to set <br>minPasswordAge and passwordHistoryLength in ValuePolicy object in mP 3.x. This <lifetime> tag is missing in mP 4.x. Is there any way how to use it in mP 4.x ?</div><div><span style="color:rgb(0,0,0)">Here are differencies in </span>ValuePolicyType class <span style="color:rgb(0,0,0)">in mP 3.x and 4.x:</span></div>mp 3.9 :<br><br><complexType name="ValuePolicyType"><br>   <complexContent><br>     <extension base="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType</a>"><br>       <sequence><br>         <element name="lifetime" type="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordLifeTimeType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordLifeTimeType</a>"/><br>         <element name="stringPolicy" type="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType</a>"/><br>         <element name="prohibitedValues" type="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProhibitedValuesType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProhibitedValuesType</a>" minOccurs="0"/><br>         <element name="minOccurs" type="{<a href="http://www.w3.org/2001/XMLSchema}string">http://www.w3.org/2001/XMLSchema}string</a>" minOccurs="0"/><br>         <element name="maxOccurs" type="{<a href="http://www.w3.org/2001/XMLSchema}string">http://www.w3.org/2001/XMLSchema}string</a>" minOccurs="0"/><br>       </sequence><br>     </extension><br>   </complexContent><br> </complexType><br><br><br>mP 4.x :<br><br><complexType name="ValuePolicyType"><br>   <complexContent><br>     <extension base="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType</a>"><br>       <sequence><br>         <element name="stringPolicy" type="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType</a>"/><br>         <element name="prohibitedValues" type="{<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProhibitedValuesType">http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProhibitedValuesType</a>" minOccurs="0"/><br>       </sequence><br>     </extension><br>   </complexContent><br> </complexType><div><br></div><div>Thanks</div><div>Regards</div><div>Lubomir Odlevak</div><div><br></div></div>