UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

cyrus-sasl

The Cyrus SASL package contains a Simple Authentication and Security Layer implementation, a method for adding authentication support to connection-based protocols.

Package info

Codename: cyrus-sasl
Source file: cyrus-sasl-2.1.28.tar.gz
Source directory: cyrus-sasl-2.1.28
Package URL: https://umvirt.com/linux/downloads/0.2/packages/c/cyrus-sasl-2.1.28.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/c/cyrus-sasl-2.1.28.tar.gz.md5sum
Dependances: berkeleydb.
Dependance of: OpenLDAP-client, OpenLDAP-server, spice-server, postfix, nfs-utils, exim, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --enable-auth-sasldb \
            --with-dbpath=/var/lib/sasl/sasldb2 \
            --with-sphinx-build=no              \
            --with-saslauthd=/var/run/saslauthd

Build script:
make -j1

Install script:
make install 

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -dm755                          /usr/share/doc/cyrus-sasl-2.1.28/html &&
install -v -m644  saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-2.1.28      &&
install -v -m644  doc/legacy/*.html        /usr/share/doc/cyrus-sasl-2.1.28/html
fi

install -v -dm700 /var/lib/sasl