summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-02-16 16:30:28 +0000
committertron <tron@pkgsrc.org>2007-02-16 16:30:28 +0000
commit9bc72b1a24be7777741af9e8d71030ac63b08a0a (patch)
tree8c5bba987c8c326871c87c0c7c8df71f0d45e969 /net
parentc54627ca23273d0feb0e87ccd0e700f82fbb9932 (diff)
downloadpkgsrc-9bc72b1a24be7777741af9e8d71030ac63b08a0a.tar.gz
Remove "ldap-compat" option because it is now longer supported by
the latest version of Samba.
Diffstat (limited to 'net')
-rw-r--r--net/samba/options.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk
index 96107c07f38..07fe7373670 100644
--- a/net/samba/options.mk
+++ b/net/samba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2007/02/16 16:23:12 ghen Exp $
+# $NetBSD: options.mk,v 1.18 2007/02/16 16:30:28 tron Exp $
# Recommended package options for various setups:
#
@@ -8,7 +8,7 @@
# Domain Controller ldap winbind
#
PKG_OPTIONS_VAR= PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= ads cups ldap ldap-compat pam winbind
+PKG_SUPPORTED_OPTIONS= ads cups ldap pam winbind
.include "../../mk/bsd.options.mk"
@@ -53,16 +53,6 @@ PLIST_SUBST+= CUPS="@comment "
.endif
###
-### Support Samba-2.x LDAP password and account databases.
-###
-.if !empty(PKG_OPTIONS:Mldap-compat)
-. if empty(PKG_OPTIONS:Mldap)
-PKG_OPTIONS+= ldap
-. endif
-CONFIGURE_ARGS+= --with-ldapsam
-.endif
-
-###
### Support LDAP authentication and storage of Samba account information.
###
.if !empty(PKG_OPTIONS:Mldap)