Config.in 477 B

12345678910111213
  1. config BR2_PACKAGE_LIBKRB5
  2. bool "libkrb5"
  3. # needs fork()
  4. depends on BR2_USE_MMU
  5. help
  6. Kerberos is a system for authenticating users and services
  7. on a network. Kerberos is a trusted third-party service.
  8. That means that there is a third party (the Kerberos server)
  9. that is trusted by all the entities on the network (users
  10. and services, usually called "principals"). This is the MIT
  11. reference implementation of Kerberos V5.
  12. https://web.mit.edu/kerberos/