diff options
author | ghen <ghen> | 2009-06-27 09:55:09 +0000 |
---|---|---|
committer | ghen <ghen> | 2009-06-27 09:55:09 +0000 |
commit | 861468f270b8566ec0e3a0e614bb59d61888fca1 (patch) | |
tree | c59504f02d0d818aba0bcaa5f572d865a3a384ab /databases/openldap-server/options.mk | |
parent | fe3b9d216f4a64440142d0dea9e9dbb717ec907f (diff) | |
download | pkgsrc-861468f270b8566ec0e3a0e614bb59d61888fca1.tar.gz |
Remove kerberos option. It only implied the sasl option (hackish) and
kerberos is just one of the SASL authentication methods, which have to
be configured in cyrus-sasl, not in openldap. Fixes PR pkg/41634.
Diffstat (limited to 'databases/openldap-server/options.mk')
-rw-r--r-- | databases/openldap-server/options.mk | 13 |
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) |