pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap-server Remove kerberos option. It ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bd1090e3a7f
branches: trunk
changeset: 394954:8bd1090e3a7f
user: ghen <ghen%pkgsrc.org@localhost>
date: Sat Jun 27 09:55:09 2009 +0000
description:
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:
databases/openldap-server/options.mk | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (29 lines):
diff -r 4f8f02362bff -r 8bd1090e3a7f databases/openldap-server/options.mk
--- a/databases/openldap-server/options.mk Sat Jun 27 04:16:57 2009 +0000
+++ b/databases/openldap-server/options.mk Sat Jun 27 09:55:09 2009 +0000
@@ -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 @@
.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)
Home |
Main Index |
Thread Index |
Old Index