diff options
author | tron <tron@pkgsrc.org> | 2007-02-16 16:30:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-02-16 16:30:28 +0000 |
commit | 9bc72b1a24be7777741af9e8d71030ac63b08a0a (patch) | |
tree | 8c5bba987c8c326871c87c0c7c8df71f0d45e969 /net/samba | |
parent | c54627ca23273d0feb0e87ccd0e700f82fbb9932 (diff) | |
download | pkgsrc-9bc72b1a24be7777741af9e8d71030ac63b08a0a.tar.gz |
Remove "ldap-compat" option because it is now longer supported by
the latest version of Samba.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/options.mk | 14 |
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) |