diff options
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 000000000..25f44c322 --- /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 000000000..2db656561 --- /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 000000000..d1a29b674 --- /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 |