Bug 199160

Summary: [patch] security/cyrus-sasl2-ldapdb requires OpenLDAP with SASL
Product: Ports & Packages Reporter: redlamb19
Component: Individual Port(s)Assignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Many People CC: w.schwarzenfeld
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (ume)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile patch for security/cyrus-sasl2-ldapdb to meet openldap SASL requirement. none

Description redlamb19 2015-04-04 15:49:11 UTC
Created attachment 155185 [details]
Makefile patch for security/cyrus-sasl2-ldapdb to meet openldap SASL requirement.

Per the documentation for installing Cyrus SASL:

"If you are using LDAPDB, you'll need SASL enabled OpenLDAP libraries."
https://cyrusimap.org/docs/cyrus-sasl/2.1.23/install.php

The attached patch sets the WANT_OPENLDAP_SASL knob within the Makefile. To apply:

# cd /usr/ports
# patch < ldapdb_openldap_sasl.patch
Comment 1 Walter Schwarzenfeld 2018-01-12 07:32:30 UTC
Makefile shows
OPTIONS_DEFINE=         OPENLDAP_SASL
OPENLDAP_SASL_DESC=     OpenLDAP client with SASL2 support
OPENLDAP_SASL_VARS=     WANT_OPENLDAP_SASL=yes

It is done, could be closed.