Chromium Code Reviews
DescriptionChromad: Allow offline login.
When user types password on the pod screen it tries to unlock cryptohome
and authenticate against Active Directory server (get TGT) at the same
time. In case decrypting fail - it cleans authpolicyd state (by
restart).
The point of Active Directory authentication is to get TGT (if possible) with the password user typed. Failure here is OK - that could mean e.g. server is not reachable.
We don't want to have user wait for the Active Directory Authentication on the pod screen. In the follow-up CL we're gonna to create KeyedService inside the session which would get status about last authentication and handle possible failures (e.g. suggest to re-login in case server became reachable)
BUG=662400
TEST=manual
Review-Url: https://codereview.chromium.org/2835473002
Cr-Commit-Position: refs/heads/master@{#466664}
Committed: https://chromium.googlesource.com/chromium/src/+/41f61625dbac455f9e5876fc3ccbbb4952f21647
Patch Set 1 #
Total comments: 8
Patch Set 2 : Fix tests #Patch Set 3 : Fix more tests #Patch Set 4 : Rebase+fix test compilation #
Total comments: 2
Patch Set 5 : Add TryAuthenticateUser call #Messages
Total messages: 33 (25 generated)
|