tree: 48305cf895fbfc291c6d58b9b08c99cd28e22f8c [path history] [tgz]
  1. dbus_bindings/
  2. etc/
  3. policy/
  4. proto/
  5. seccomp_filters/
  6. setuid_restrictions/
  7. anonymizer.cc
  8. anonymizer.h
  9. anonymizer_test.cc
  10. auth_data_cache.cc
  11. auth_data_cache.h
  12. auth_data_cache_test.cc
  13. authpolicy.cc
  14. authpolicy.h
  15. authpolicy_flags.cc
  16. authpolicy_flags.h
  17. authpolicy_flags_test.cc
  18. authpolicy_main.cc
  19. authpolicy_metrics.cc
  20. authpolicy_metrics.h
  21. authpolicy_parser_main.cc
  22. authpolicy_test.cc
  23. BUILD.gn
  24. constants.cc
  25. constants.h
  26. cryptohome_client.cc
  27. cryptohome_client.h
  28. gpo_version_cache.cc
  29. gpo_version_cache.h
  30. gpo_version_cache_test.cc
  31. jail_helper.cc
  32. jail_helper.h
  33. log_colors.cc
  34. log_colors.h
  35. OWNERS
  36. path_service.cc
  37. path_service.h
  38. platform_helper.cc
  39. platform_helper.h
  40. process_executor.cc
  41. process_executor.h
  42. process_executor_test.cc
  43. README.md
  44. samba_helper.cc
  45. samba_helper.h
  46. samba_helper_test.cc
  47. samba_interface.cc
  48. samba_interface.h
  49. session_manager_client.cc
  50. session_manager_client.h
  51. stub_common.cc
  52. stub_common.h
  53. stub_kinit_main.cc
  54. stub_klist_main.cc
  55. stub_kpasswd_main.cc
  56. stub_net_main.cc
  57. stub_smbclient_main.cc
  58. tgt_manager.cc
  59. 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.

The service is conceptually similar to the Kerberos service running on devices that are not AD managed. See kerberos/README.md for more information.