UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

cyrus-sasl

The Cyrus SASL package contains a Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.

Package info

Codename: cyrus-sasl
Source file: cyrus-sasl-2.1.26.tar.gz
Source directory: cyrus-sasl-2.1.26
Package URL: https://umvirt.com/linux/downloads/0.1/packages/c/cyrus-sasl-2.1.26.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/c/cyrus-sasl-2.1.26.tar.gz.md5sum
Dependances: berkeleydb.
Dependance of: openldap-client, exim, qca.
Patches: cyrus-sasl-2.1.26-fixes-3.patch, cyrus-sasl-2.1.26-openssl-1.1.0-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
autoreconf -fi &&

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --enable-auth-sasldb \
            --with-dbpath=/var/lib/sasl/sasldb2 \
            --with-saslauthd=/var/run/saslauthd

Build script:
make -j1

Install script:
make install &&
install -v -dm755 /usr/share/doc/cyrus-sasl-2.1.26 &&
install -v -m644  doc/{*.{html,txt,fig},ONEWS,TODO} \
    saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-2.1.26 &&
install -v -dm700 /var/lib/sasl