Index: net/samba42/Makefile =================================================================== --- net/samba42/Makefile +++ net/samba42/Makefile @@ -340,13 +340,13 @@ .if defined(SAMBA4_WANT_ADS) CONFIGURE_ARGS+= --with-ads +WANT_OPENLDAP_SASL= yes .else CONFIGURE_ARGS+= --without-ads .endif .if defined(SAMBA4_WANT_LDAP) USE_OPENLDAP= yes -#WANT_OPENLDAP_SASL= yes CONFIGURE_ARGS+= --with-ldap PLIST_SUB+= LDAP="" .else