View | Details | Raw Unified | Return to bug 211142 | Differences between
and this patch

Collapse All | Expand All

(-)samba43/Makefile 2016-08-06 13:38:23.917878000 -0400 (-1 / +1 lines)
Lines 340-352 Link Here
340
.if defined(SAMBA4_WANT_ADS)
340
.if defined(SAMBA4_WANT_ADS)
341
CONFIGURE_ARGS+=       --with-ads
341
CONFIGURE_ARGS+=       --with-ads
342
WANT_OPENLDAP_SASL=    yes
342
.else
343
.else
343
CONFIGURE_ARGS+=       --without-ads
344
CONFIGURE_ARGS+=       --without-ads
344
.endif
345
.endif
345
.if defined(SAMBA4_WANT_LDAP)
346
.if defined(SAMBA4_WANT_LDAP)
346
USE_OPENLDAP=          yes
347
USE_OPENLDAP=          yes
347
#WANT_OPENLDAP_SASL=   yes
348
CONFIGURE_ARGS+=       --with-ldap
348
CONFIGURE_ARGS+=       --with-ldap
349
PLIST_SUB+=            LDAP=""
349
PLIST_SUB+=            LDAP=""
350
.else
350
.else

Return to bug 211142