We would like to programmatically change the behavior of ADAM password
policy
enforcement. When the user checks a checkbox saying "enforce password
policy", we will go make ADAMDisablePasswordPolicy to be 0, otherwise make
it
1.
It works if we use a domain account which was set as the Administrator
account for the ADAM instance. But we want to use an ADAM account to do
that.
Can anyone shed light on how to do it with an ADAM account? The property
ADAMDisablePasswordPolicy is located in the Configuration partition, not
the
application partition. The ADAM account is in the application partition
and
in the administrators group of the application partition.
So far we have tried to add the ADAM account to Administrators group in
Configuration Partition, it did not allow us to do that.
Thanks.