summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/14
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-08-21 14:47:59 -0700
committerJim Miller <jaggies@google.com>2011-08-21 14:47:59 -0700
commit0191bba17cf78285aa38e0a91acbce112774d348 (patch)
treed4143124a1a1f9f9f964197cf2680b20d25631f3 /docs/html/sdk/api_diff/14
parent86c471db06e35f0cd96e5505f8eae56294d0272f (diff)
Fix 4993068: Don't check password history when dpm sets the password
This fixes a crash caused by permission problems when we try to update the password history and discover there's no password salt. The code attempts to create the salt, which triggers the exception. This could be fixed by wrapping the call with a clearCallingIdentity()/ restoreCallingIdentity(ident). However, while looking at it, it occurred to me that this can cause unexpected failures if the DPM tries to set the password twice or happens to set it to something in the password history. Instead, we should *always* allow the DPM to reset the password to whatever it wants, provided it passes the minimum password criteria. Change-Id: I1505b24f9c097ee5c2c44e4bf378ba90095b113b
Diffstat (limited to 'docs/html/sdk/api_diff/14')
0 files changed, 0 insertions, 0 deletions