New package: dovecot-2.0.17.
This commit is contained in:
19
srcpkgs/dovecot/dovecot-plugin-ldap.template
Normal file
19
srcpkgs/dovecot/dovecot-plugin-ldap.template
Normal file
@@ -0,0 +1,19 @@
|
||||
# Template file for 'dovecot-plugin-ldap'.
|
||||
#
|
||||
short_desc="${short_desc} - LDAP plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for LDAP authentication."
|
||||
|
||||
Add_dependency run dovecot ">=${version}"
|
||||
|
||||
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libauthdb_ldap.so \
|
||||
usr/lib/dovecot/modules/auth
|
||||
vmove usr/share/doc/dovecot/example-config/conf.d/auth-ldap.conf.ext \
|
||||
usr/share/doc/dovecot/example-config/conf.d
|
||||
vmove etc/dovecot/conf.d/auth-ldap.conf.ext \
|
||||
etc/dovecot/conf.d
|
||||
}
|
||||
Reference in New Issue
Block a user