How To
Archived

How do I set the Active Directory password never expires option via OpenIDM 4.x?

Last updated Jan 5, 2021

The purpose of this article is to provide information on setting the Active Directory® password never expires option for users via OpenIDM.


Archived

This article has been archived and is no longer maintained by ForgeRock.

Setting the password never expires option

Add the following text to the account properties section in your Active Directory connector provisioner configuration file (for example, provisioner.openicf-ad.json), which is located in the /path/to/openidm/conf directory.

"PasswordNeverExpires" : { "type" : "boolean", "nativeName" : "PasswordNeverExpires", "nativeType" : "boolean" },

When you create a user after adding this text, the password never expires option will be available for you to set to true or false as required.

See Also

OpenIDM Connectors Guide › Active Directory Connector

Related Training

N/A

Related Issue Tracker IDs

N/A


Copyright and Trademarks Copyright © 2021 ForgeRock, all rights reserved.