2010-04-18 17:48:17 +02:00
|
|
|
# Template file for 'cyrus-sasl-modules-ldap'.
|
|
|
|
#
|
2012-08-02 10:21:59 +02:00
|
|
|
depends="cyrus-sasl>=${version}_${revision}"
|
2010-04-18 17:48:17 +02:00
|
|
|
short_desc="Cyrus SASL - pluggable authentication modules (LDAP)"
|
|
|
|
long_desc="
|
|
|
|
This is the Cyrus SASL API implementation, version 2.1. See package
|
|
|
|
libsasl and RFC 2222 for more information.
|
|
|
|
|
|
|
|
This package provides the LDAP plugin."
|
|
|
|
|
2012-08-02 10:21:59 +02:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/sasl2/libldapdb.*" usr/lib/sasl2
|
2010-04-18 17:48:17 +02:00
|
|
|
}
|