aboutsummaryrefslogtreecommitdiff
path: root/dbus/authpolicy/active_directory_info.proto
AgeCommit message (Collapse)Author
2017-05-22Move authpolicy's ErrorType to a protoLutz Justen
Allows strongly typed last_auth_error proto member. CQ-DEPEND=CL:488901 BUG=None TEST=Compiles fine with platform2 changes. Change-Id: Ia98944628b31bfd43a1b289dcf0bc5092db00927 Reviewed-on: https://chromium-review.googlesource.com/488881 Commit-Ready: Lutz Justen <ljusten@chromium.org> Tested-by: Lutz Justen <ljusten@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
2017-05-03authpolicy: Add password and last error statusLutz Justen
Adds data so that Chrome can detect situations where it has to prompt the user to relog and possibly change their password or enter the new one if it changed on the server. The corresponding authpolicyd change is in CL:484320. BUG=chromium:713827 TEST=Compiles Change-Id: Ib1aa476d467290ae7680da8e2dd4a883a3680dc4 Reviewed-on: https://chromium-review.googlesource.com/483403 Commit-Ready: Lutz Justen <ljusten@chromium.org> Tested-by: Lutz Justen <ljusten@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
2017-04-25authpolicy: Add ActiveDirectoryUserStatus protobufLutz Justen
Required for new GetUserStatus D-Bus call from Chrome to authpolicy (see CL:481319). BUG=chromium:710452 TEST=Emerges and works with dependent CL. Change-Id: Ia6374a0ff2f9cd637447dd2b1b7ed007e297451d Reviewed-on: https://chromium-review.googlesource.com/481299 Commit-Ready: Lutz Justen <ljusten@chromium.org> Tested-by: Lutz Justen <ljusten@chromium.org> Reviewed-by: Roman Sorokin <rsorokin@chromium.org>