用户无法通过OWA for Exchange 2010更改密码

这是我们的问题,想要通过OWA更改密码的用户会收到此错误“您input的密码不符合最低安全要求”。 即使用户正在尊重最低安全要求。

有了这些设置,我们有错误:

Enforced password history 1 passwords remembered Maximum password age 185 days Minimum password age 1 day Minimum password length 7 characters Password must meet complexity requirements enabled 

有了这些testing设置,我们没有错误:

 Enforced password history not defined Maximum password age not defined Minimum password age not defined Minimum password length not defined Password must meet complexity requirements not defined 

人们可以改变他们的密码,但没有更多的安全!

只需更改GPO的一个参数(例如“强制密码历史logging”),就会返回此错误。

这是我们的服务器configuration:

 Windows Server 2008 R2 Exchange Server 2010 Version: 14.00.0722.000 

如果有人有线索,这将是非常有益的!

我们有类似的问题。 将“密码最短使用期限”设置为0天即可解决问题。

将其设置为1天将防止用户在不到一天的时间内修改密码,这意味着如果只是为了testing而重置或更改密码,则必须等待24小时才能再次更改密码。

保持复杂性要求不变,并将密码最短使用期限设置为0,然后重试。

如果他们收到这个消息,我会怀疑用户不符合最低安全要求。 如果问题出现在“ Complexity Requirements被启用的情况下,我不会感到惊讶。 根据Technet:

密码必须符合复杂性要求,以确定是否强制执行密码复杂性。 如果启用此设置,则用户密码满足以下要求:

 The password is at least six characters long. The password contains characters from at least three of the following: English uppercase characters (A - Z) English lowercase characters (a - z) Base 10 digits (0 - 9) Non-alphanumeric (For example: !, $, #, or %) Unicode characters The password does not contain three or more characters from the user's account name. 

我会说尝试禁用Complexity Requirements再次testing。