Block password policy in AD LDS


By default, the AD LDS inherits the password policy from the AD domain. In some scenarios, you may want to block it. Here are two ways to do it:

1) Use ADSI Edit tool, and navigate to the ‘CN=Directory Service, CN=Windows NT, CN=Services, CN=Configuration, CN={guid}’ set ‘ADAMDisablePasswordPolicies=1’ in the Attributes.

Image

2) dsmgmt command

dsmgmt “Configurable Settings” Connections “connect to server localhost:389” q “Set ADAMDisablePasswordPolicies to 1” “Commit changes” q q

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s