diff options
Diffstat (limited to 'package/libkrb5/Config.in')
-rw-r--r-- | package/libkrb5/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in new file mode 100644 index 0000000000..9147c90489 --- /dev/null +++ b/package/libkrb5/Config.in @@ -0,0 +1,13 @@ +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/ |