7ae94b51ed
Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: - remove LIBKRB5_VERSION_MAJOR - minor tweaks to commit title and Config.in help text] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
477 B
Plaintext
14 lines
477 B
Plaintext
config BR2_PACKAGE_LIBKRB5
|
|
bool "libkrb5"
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Kerberos is a system for authenticating users and services
|
|
on a network. Kerberos is a trusted third-party service.
|
|
That means that there is a third party (the Kerberos server)
|
|
that is trusted by all the entities on the network (users
|
|
and services, usually called "principals"). This is the MIT
|
|
reference implementation of Kerberos V5.
|
|
|
|
https://web.mit.edu/kerberos/
|