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

Collapse All | Expand All

(-)samba44/Makefile 2016-08-06 13:38:23.927170000 -0400 (-1 / +1 lines)
Lines 326-338 Link Here
326
.if defined(SAMBA4_WANT_ADS)
326
.if defined(SAMBA4_WANT_ADS)
327
CONFIGURE_ARGS+=       --with-ads
327
CONFIGURE_ARGS+=       --with-ads
328
WANT_OPENLDAP_SASL=    yes
328
.else
329
.else
329
CONFIGURE_ARGS+=       --without-ads
330
CONFIGURE_ARGS+=       --without-ads
330
.endif
331
.endif
331
.if defined(SAMBA4_WANT_LDAP)
332
.if defined(SAMBA4_WANT_LDAP)
332
USE_OPENLDAP=          yes
333
USE_OPENLDAP=          yes
333
#WANT_OPENLDAP_SASL=   yes
334
CONFIGURE_ARGS+=       --with-ldap
334
CONFIGURE_ARGS+=       --with-ldap
335
PLIST_SUB+=            LDAP=""
335
PLIST_SUB+=            LDAP=""
336
.else
336
.else

Return to bug 211142