mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
net/pear-Net_LDAP: Add LICENSE
- Add NO_ARCH - Update pkg-descr
This commit is contained in:
parent
ffc16b492b
commit
3afbb853ea
@ -1,13 +1,17 @@
|
||||
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
||||
|
||||
PORTNAME= Net_LDAP
|
||||
DISTVERSION= 1.1.5
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OO interface for searching and manipulating LDAP-entries
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pear
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,13 @@
|
||||
Net Ldap is a clone of Perls Net::LDAP object interface to
|
||||
ldapservers. It does not contain all of Net::LDAPs features,
|
||||
but has:
|
||||
* A simple OO-interface to connections, searches and entries.
|
||||
* Support for tls and ldap v3.
|
||||
* Simple modification, deletion and creation of ldapentries.
|
||||
* Support for schema handling.
|
||||
Net_LDAP is a clone of Perls Net::LDAP object interface to directory servers. It
|
||||
does contain most of Net::LDAPs features but has some own too.
|
||||
|
||||
With Net_LDAP you have:
|
||||
- A simple object-oriented interface to connections, searches entries and
|
||||
filters.
|
||||
- Support for tls and ldap v3.
|
||||
- Simple modification, deletion and creation of ldap entries.
|
||||
- Support for schema handling.
|
||||
|
||||
Net_LDAP layers itself on top of PHP's existing ldap extensions.
|
||||
|
||||
WWW: https://pear.php.net/package/Net_LDAP
|
||||
|
Loading…
Reference in New Issue
Block a user