summaryrefslogtreecommitdiffstats
path: root/package/openldap/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/openldap/ipkg')
-rw-r--r--package/openldap/ipkg/libopenldap.conffiles1
-rw-r--r--package/openldap/ipkg/libopenldap.control9
-rw-r--r--package/openldap/ipkg/openldap-utils.control9
3 files changed, 19 insertions, 0 deletions
diff --git a/package/openldap/ipkg/libopenldap.conffiles b/package/openldap/ipkg/libopenldap.conffiles
new file mode 100644
index 000000000..25f44c322
--- /dev/null
+++ b/package/openldap/ipkg/libopenldap.conffiles
@@ -0,0 +1 @@
+/etc/openldap/ldap.conf
diff --git a/package/openldap/ipkg/libopenldap.control b/package/openldap/ipkg/libopenldap.control
new file mode 100644
index 000000000..2db656561
--- /dev/null
+++ b/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/package/openldap/ipkg/openldap-utils.control b/package/openldap/ipkg/openldap-utils.control
new file mode 100644
index 000000000..d1a29b674
--- /dev/null
+++ b/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