mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
dovecot: disable LDAP by default
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=dovecot
|
PKG_NAME:=dovecot
|
||||||
PKG_VERSION:=2.2.13
|
PKG_VERSION:=2.2.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
||||||
@@ -42,7 +42,7 @@ define Package/dovecot/config
|
|||||||
depends on PACKAGE_dovecot
|
depends on PACKAGE_dovecot
|
||||||
config DOVECOT_LDAP
|
config DOVECOT_LDAP
|
||||||
bool "LDAP support"
|
bool "LDAP support"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
Implements LDAP support in dovecot.
|
Implements LDAP support in dovecot.
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user