3.1.5.6.1.3 DomainPasswordInformation

  1. If DomainInformation.Password.MaxPasswordAge or DomainInformation.Password.MinPasswordAge is not a valid delta time, then an error MUST be returned.

  2. If DomainInformation.Password.MaxPasswordAge is less than or equal to DomainInformation.Password.MinPasswordAge, then an error MUST be returned.

  3. If DomainInformation.Password.MinPasswordLength is greater than 1024, then an error MUST be returned.

  4. The operation to update the password attributes on the domain object MUST be processed by setting the database attribute on the domain object associated with DomainHandle.Object to the associated input field-name value using the mapping in section 3.1.5.14.8. All updates MUST be performed in the same transaction. Any resulting processing errors MUST be returned. Otherwise, return STATUS_SUCCESS.