tree: 9a7160469982782a9ce1fd3c56b2ec5b1dd68658 [path history] [tgz]
  1. dbus_bindings/
  2. etc/
  3. policy/
  4. proto/
  5. seccomp_filters/
  6. authpolicy.cc
  7. authpolicy.gyp
  8. authpolicy.h
  9. authpolicy_flags.cc
  10. authpolicy_flags.h
  11. authpolicy_flags_unittest.cc
  12. authpolicy_main.cc
  13. authpolicy_metrics.cc
  14. authpolicy_metrics.h
  15. authpolicy_parser_main.cc
  16. authpolicy_testrunner.cc
  17. authpolicy_unittest.cc
  18. constants.cc
  19. constants.h
  20. jail_helper.cc
  21. jail_helper.h
  22. OWNERS
  23. path_service.cc
  24. path_service.h
  25. platform_helper.cc
  26. platform_helper.h
  27. process_executor.cc
  28. process_executor.h
  29. process_executor_unittest.cc
  30. README.md
  31. samba_helper.cc
  32. samba_helper.h
  33. samba_helper_unittest.cc
  34. samba_interface.cc
  35. samba_interface.h
  36. stub_common.cc
  37. stub_common.h
  38. stub_kinit_main.cc
  39. stub_klist_main.cc
  40. stub_net_main.cc
  41. stub_smbclient_main.cc
  42. tgt_manager.cc
  43. tgt_manager.h
authpolicy/README.md

Authpolicy

This directory contains the Authpolicy service which provides functionality to join Active Directory (AD) domains, authenticate users against AD and to fetch device and user policies from AD in its native GPO format, convert them into protobufs and make them available to Chrome OS by injecting them into session manager.

Coding conventions

Please use clang-format before commiting changes, e.g. by running

CHROMIUM_BUILDTOOLS_PATH=~/chromium/src/buildtools git clang-format --style=file HEAD^

before repo upload for single-commit uploads.