diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
commit | d0e6bc06362070b4e200c3d88a00153b0dea9e85 (patch) | |
tree | e9aec283cb3ae9c67e02dc2a45e5a35de149111a /openwrt/package/openldap/ipkg | |
parent | 81b1b14392c320e4a8d522e17565c57ec9d9b8e2 (diff) | |
download | mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.zip mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.gz mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.bz2 |
Add openldap package
SVN-Revision: 872
Diffstat (limited to 'openwrt/package/openldap/ipkg')
-rw-r--r-- | openwrt/package/openldap/ipkg/libopenldap.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/openldap/ipkg/libopenldap.control | 9 | ||||
-rw-r--r-- | openwrt/package/openldap/ipkg/openldap-utils.control | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/openldap/ipkg/libopenldap.conffiles b/openwrt/package/openldap/ipkg/libopenldap.conffiles new file mode 100644 index 0000000..25f44c3 --- /dev/null +++ b/openwrt/package/openldap/ipkg/libopenldap.conffiles @@ -0,0 +1 @@ +/etc/openldap/ldap.conf diff --git a/openwrt/package/openldap/ipkg/libopenldap.control b/openwrt/package/openldap/ipkg/libopenldap.control new file mode 100644 index 0000000..2db6565 --- /dev/null +++ b/openwrt/package/openldap/ipkg/libopenldap.control @@ -0,0 +1,9 @@ +Package: libopenldap +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/misc/openldap/ +Description: OpenLDAP client library +Depends: libopenssl, libsasl2 diff --git a/openwrt/package/openldap/ipkg/openldap-utils.control b/openwrt/package/openldap/ipkg/openldap-utils.control new file mode 100644 index 0000000..d1a29b6 --- /dev/null +++ b/openwrt/package/openldap/ipkg/openldap-utils.control @@ -0,0 +1,9 @@ +Package: openldap-utils +Priority: optional +Section: admin +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/misc/openldap/ +Description: OpenLDAP client utilities +Depends: libopenldap, libopenssl, libsasl2 |