diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 03:49:16 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 03:49:16 +0000 |
commit | 94874fca43d54e83c73814cc70f1d31fc01ed8c4 (patch) | |
tree | e9aec283cb3ae9c67e02dc2a45e5a35de149111a /openwrt/package/openldap/ipkg | |
parent | db93e5444faf36016565015c2c9aeddc9ea85ba5 (diff) |
Add openldap package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@872 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0000000000..25f44c3229 --- /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 0000000000..2db656561c --- /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 0000000000..d1a29b6743 --- /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 |