aboutsummaryrefslogtreecommitdiff
path: root/net/bind/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind/Config.in')
-rw-r--r--net/bind/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/bind/Config.in b/net/bind/Config.in
index 07bcc1c63..f1b83c746 100644
--- a/net/bind/Config.in
+++ b/net/bind/Config.in
@@ -33,4 +33,12 @@ config BIND_ENABLE_DOH
You can disable DoHTTPS if you do not need it or need
to avoid the additional library dependency.
+config BIND_ENABLE_GSSAPI
+ bool
+ default n
+ prompt "Include GSSPAI support in bind"
+ help
+ BIND 9 supports GSSAPI. This depends on libcomerr and krb5-libs.
+ Disable it by default as krb5-libs is rather large.
+
endif