summaryrefslogtreecommitdiff
path: root/databases/openldap-server
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openldap-server')
-rw-r--r--databases/openldap-server/options.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk
index 26cdf80edf7..7e686224dcc 100644
--- a/databases/openldap-server/options.mk
+++ b/databases/openldap-server/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2009/04/27 07:13:02 ghen Exp $
+# $NetBSD: options.mk,v 1.12 2009/06/27 09:55:09 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
-PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 smbk5pwd dso
+PKG_SUPPORTED_OPTIONS= bdb sasl slp inet6 smbk5pwd dso
PKG_OPTIONS_OPTIONAL_GROUPS+= odbc
PKG_OPTIONS_GROUP.odbc= iodbc unixodbc
PKG_SUGGESTED_OPTIONS= bdb
@@ -45,15 +45,6 @@ CONFIGURE_ARGS+= --disable-sql
.endif
###
-### Kerberos authentication is via SASL.
-###
-.if !empty(PKG_OPTIONS:Mkerberos)
-. if empty(PKG_OPTIONS:Msasl)
-PKG_OPTIONS+= sasl
-. endif
-.endif
-
-###
### SASL authentication (requires SASL2)
###
.if !empty(PKG_OPTIONS:Msasl)