diff --git a/network/samba/samba.conf b/network/samba/samba.conf index b67ddef5e..a9a75a824 100644 --- a/network/samba/samba.conf +++ b/network/samba/samba.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../samba/samba.conf -# Copyright (C) 2006 - 2013 The OpenSDE Project +# Copyright (C) 2006 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -41,7 +41,7 @@ var_append extraconfopt ' ' "--with-nisplus-home" # let samba configure find ldap and enable ldapsam if pkginstalled openldap; then pkgprefix -t openldap - var_append extraconfopt ' ' "--with-ldapsam" + var_append extraconfopt ' ' "--with-ldap" var_append extraconfopt ' ' "CFLAGS=\"$CFLAGS${CFLAGS:+ }-I$( pkgprefix includedir openldap )\"" var_append extraconfopt ' ' "CPPFLAGS=\"$CPPFLAGS${CPPFLAGS:+ }-I$( pkgprefix includedir openldap )\"" var_append extraconfopt ' ' "LDFLAGS=\"$LDFLAGS${LDFLAGS:+ }-L$( pkgprefix libdir openldap )\""