Bug 199160 - [patch] security/cyrus-sasl2-ldapdb requires OpenLDAP with SASL
Summary: [patch] security/cyrus-sasl2-ldapdb requires OpenLDAP with SASL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Hajimu UMEMOTO
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-04 15:49 UTC by redlamb19
Modified: 2018-01-13 04:26 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ume)


Attachments
Makefile patch for security/cyrus-sasl2-ldapdb to meet openldap SASL requirement. (414 bytes, patch)
2015-04-04 15:49 UTC, redlamb19
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.