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