From 97024f7c33667bbb361e1af677457e29f5b8adcb Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 29 Aug 2004 15:56:34 +0000 Subject: intial import of phpldapadmin-0.9.4b Based upon the package provided by Rasputin in PR 26767 phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Features include: * LDAP tree browser * Template-based entry editing * Recursively copy and delete entire trees * View and edit image attributes (like jpegPhoto) * Advanced LDAP schema browser * Template-based entry creation * LDAP searches (both simple and advanced) * LDIF and DSML export, LDAP import * Rename LDAP entries * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt) * Browse RootDSE LDAP information * Configurable authentication (anonymous, web login, or static) * Binary attribute support * Configurable support for aliases and referrals * Automatically increment UID numbers * Configurable read-only and read/write modes. * Robust i18n support --- databases/phpldapadmin/DESCR | 24 ++++++ databases/phpldapadmin/MESSAGE | 21 +++++ databases/phpldapadmin/Makefile | 23 ++++++ databases/phpldapadmin/PLIST | 176 ++++++++++++++++++++++++++++++++++++++++ databases/phpldapadmin/distinfo | 4 + 5 files changed, 248 insertions(+) create mode 100644 databases/phpldapadmin/DESCR create mode 100644 databases/phpldapadmin/MESSAGE create mode 100644 databases/phpldapadmin/Makefile create mode 100644 databases/phpldapadmin/PLIST create mode 100644 databases/phpldapadmin/distinfo (limited to 'databases') diff --git a/databases/phpldapadmin/DESCR b/databases/phpldapadmin/DESCR new file mode 100644 index 00000000000..7936f58016d --- /dev/null +++ b/databases/phpldapadmin/DESCR @@ -0,0 +1,24 @@ +phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, +multi-language administration for your LDAP server. Its hierarchical tree-viewer +and advanced search functionality make it intuitive to browse and administer +your LDAP directory. + +Features include: + + * LDAP tree browser + * Template-based entry editing + * Recursively copy and delete entire trees + * View and edit image attributes (like jpegPhoto) + * Advanced LDAP schema browser + * Template-based entry creation + * LDAP searches (both simple and advanced) + * LDIF and DSML export, LDAP import + * Rename LDAP entries + * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt) + * Browse RootDSE LDAP information + * Configurable authentication (anonymous, web login, or static) + * Binary attribute support + * Configurable support for aliases and referrals + * Automatically increment UID numbers + * Configurable read-only and read/write modes. + * Robust i18n support diff --git a/databases/phpldapadmin/MESSAGE b/databases/phpldapadmin/MESSAGE new file mode 100644 index 00000000000..101b6de4c4b --- /dev/null +++ b/databases/phpldapadmin/MESSAGE @@ -0,0 +1,21 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $ + +To enable this web application, first go to +${PREFIX}/share/phpldapadmin + +cp config.php.example config.php + +and edit to taste. Then you need to update your webserver config to serve +up that directory, either by symlinking it from your document root or +using an alias , like so: + + Alias /ldapadmin /${PREFIX}/share/phpldapadmin + + # strongly recommended + + Require user adminaccount + + + +=========================================================================== diff --git a/databases/phpldapadmin/Makefile b/databases/phpldapadmin/Makefile new file mode 100644 index 00000000000..4c586c580bc --- /dev/null +++ b/databases/phpldapadmin/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $ + +DISTNAME= phpldapadmin-${VERSION} +CATEGORIES= databases www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/} + +MAINTAINER= rasputnik@hellooperator.net +HOMEPAGE= http://phpldapadmin.sourceforge.net/ +COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW + +DEPENDS+= php-ldap>=4.1.2:../../databases/php4-ldap + +VERSION= 0.9.4b +NO_BUILD= YES +NO_BUILDLINK= YES + +INSTALLATION_DIRS= ${PREFIX}/share/phpldapadmin + +do-install: + cd ${WRKSRC} && ${PAX} -s ',\.cvsignore,,' \ + -rwppm . ${PREFIX}/share/phpldapadmin + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/phpldapadmin/PLIST b/databases/phpldapadmin/PLIST new file mode 100644 index 00000000000..bb6cb96ccc0 --- /dev/null +++ b/databases/phpldapadmin/PLIST @@ -0,0 +1,176 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/29 15:56:35 recht Exp $ +share/phpldapadmin/INSTALL +share/phpldapadmin/LICENSE +share/phpldapadmin/VERSION +share/phpldapadmin/add_attr.php +share/phpldapadmin/add_attr_form.php +share/phpldapadmin/add_oclass.php +share/phpldapadmin/add_oclass_form.php +share/phpldapadmin/add_value.php +share/phpldapadmin/add_value_form.php +share/phpldapadmin/check_lang_files.php +share/phpldapadmin/collapse.php +share/phpldapadmin/common.php +share/phpldapadmin/config.php.example +share/phpldapadmin/copy.php +share/phpldapadmin/copy_form.php +share/phpldapadmin/create.php +share/phpldapadmin/create_form.php +share/phpldapadmin/creation_template.php +share/phpldapadmin/custom_functions.php +share/phpldapadmin/delete.php +share/phpldapadmin/delete_attr.php +share/phpldapadmin/delete_form.php +share/phpldapadmin/doc/CREDITS +share/phpldapadmin/doc/ChangeLog +share/phpldapadmin/doc/INSTALL-de.txt +share/phpldapadmin/doc/INSTALL-es.txt +share/phpldapadmin/doc/INSTALL-fr.txt +share/phpldapadmin/doc/README-translation.txt +share/phpldapadmin/doc/ROADMAP +share/phpldapadmin/doc/pla-test-i18n.ldif +share/phpldapadmin/documentation.php +share/phpldapadmin/download_binary_attr.php +share/phpldapadmin/edit.php +share/phpldapadmin/emuhash_functions.php +share/phpldapadmin/entry_chooser.js +share/phpldapadmin/entry_chooser.php +share/phpldapadmin/expand.php +share/phpldapadmin/export.php +share/phpldapadmin/export_form.php +share/phpldapadmin/export_functions.php +share/phpldapadmin/functions.php +share/phpldapadmin/header.php +share/phpldapadmin/images/add.png +share/phpldapadmin/images/bug.png +share/phpldapadmin/images/catalog.png +share/phpldapadmin/images/children.png +share/phpldapadmin/images/country.png +share/phpldapadmin/images/cut.png +share/phpldapadmin/images/dc.png +share/phpldapadmin/images/files.png +share/phpldapadmin/images/find.png +share/phpldapadmin/images/folder.png +share/phpldapadmin/images/go.png +share/phpldapadmin/images/hard-drive.png +share/phpldapadmin/images/host.png +share/phpldapadmin/images/ldap-server.png +share/phpldapadmin/images/light.png +share/phpldapadmin/images/locality.png +share/phpldapadmin/images/lock.png +share/phpldapadmin/images/logo.jpg +share/phpldapadmin/images/mail.png +share/phpldapadmin/images/minus.png +share/phpldapadmin/images/move.png +share/phpldapadmin/images/n.png +share/phpldapadmin/images/nt_machine.png +share/phpldapadmin/images/nt_user.png +share/phpldapadmin/images/o.png +share/phpldapadmin/images/object.png +share/phpldapadmin/images/ou.png +share/phpldapadmin/images/phone.png +share/phpldapadmin/images/photo.png +share/phpldapadmin/images/plus.png +share/phpldapadmin/images/process.png +share/phpldapadmin/images/question.png +share/phpldapadmin/images/refresh.png +share/phpldapadmin/images/rename.png +share/phpldapadmin/images/save.png +share/phpldapadmin/images/server-settings.png +share/phpldapadmin/images/server-small.png +share/phpldapadmin/images/server.png +share/phpldapadmin/images/star.png +share/phpldapadmin/images/terminal.png +share/phpldapadmin/images/tools-no.png +share/phpldapadmin/images/tools.png +share/phpldapadmin/images/trash.png +share/phpldapadmin/images/uid.png +share/phpldapadmin/images/uniquegroup.png +share/phpldapadmin/images/up.png +share/phpldapadmin/images/user.png +share/phpldapadmin/images/warning.png +share/phpldapadmin/images/warning_small.png +share/phpldapadmin/index.php +share/phpldapadmin/lang/Makefile +share/phpldapadmin/lang/auto.php +share/phpldapadmin/lang/ca.php +share/phpldapadmin/lang/de.php +share/phpldapadmin/lang/en.php +share/phpldapadmin/lang/es.php +share/phpldapadmin/lang/fr.php +share/phpldapadmin/lang/it.php +share/phpldapadmin/lang/nl.php +share/phpldapadmin/lang/pl.php +share/phpldapadmin/lang/pt-br.php +share/phpldapadmin/lang/recoded/auto.php +share/phpldapadmin/lang/recoded/ca.php +share/phpldapadmin/lang/recoded/cz.php +share/phpldapadmin/lang/recoded/de.php +share/phpldapadmin/lang/recoded/en.php +share/phpldapadmin/lang/recoded/es.php +share/phpldapadmin/lang/recoded/fr.php +share/phpldapadmin/lang/recoded/it.php +share/phpldapadmin/lang/recoded/nl.php +share/phpldapadmin/lang/recoded/pl.php +share/phpldapadmin/lang/recoded/pt-br.php +share/phpldapadmin/lang/recoded/ru.php +share/phpldapadmin/lang/recoded/sv.php +share/phpldapadmin/lang/recoded/zz.php +share/phpldapadmin/lang/recoded/zzz.php +share/phpldapadmin/lang/ru.php +share/phpldapadmin/lang/sv.php +share/phpldapadmin/lang/zz.php +share/phpldapadmin/lang/zzz.php +share/phpldapadmin/ldap_error_codes.txt +share/phpldapadmin/ldif_functions.php +share/phpldapadmin/ldif_import.php +share/phpldapadmin/ldif_import_form.php +share/phpldapadmin/login.php +share/phpldapadmin/login_form.php +share/phpldapadmin/logout.php +share/phpldapadmin/mass_delete.php +share/phpldapadmin/rdelete.php +share/phpldapadmin/refresh.php +share/phpldapadmin/rename.php +share/phpldapadmin/rename_form.php +share/phpldapadmin/schema.php +share/phpldapadmin/schema_functions.php +share/phpldapadmin/search.php +share/phpldapadmin/search_form_advanced.php +share/phpldapadmin/search_form_predefined.php +share/phpldapadmin/search_form_simple.php +share/phpldapadmin/search_util.js +share/phpldapadmin/server_info.php +share/phpldapadmin/session_functions.php +share/phpldapadmin/style.css +share/phpldapadmin/templates/creation/custom.php +share/phpldapadmin/templates/creation/new_address_template.php +share/phpldapadmin/templates/creation/new_dns_entry.php +share/phpldapadmin/templates/creation/new_kolab_template.php +share/phpldapadmin/templates/creation/new_nt_machine.php +share/phpldapadmin/templates/creation/new_ou_template.php +share/phpldapadmin/templates/creation/new_posix_group_template.php +share/phpldapadmin/templates/creation/new_security_object_template.php +share/phpldapadmin/templates/creation/new_smb3_nt_machine.php +share/phpldapadmin/templates/creation/new_smb3_user_template.php +share/phpldapadmin/templates/creation/new_smbgroup_template.php +share/phpldapadmin/templates/creation/new_smbuser_template.php +share/phpldapadmin/templates/creation/new_user_template.php +share/phpldapadmin/templates/modification/default.php +share/phpldapadmin/templates/modification/group_of_names.php +share/phpldapadmin/templates/modification/user.php +share/phpldapadmin/templates/template_config.php +share/phpldapadmin/tree.php +share/phpldapadmin/unit_test.php +share/phpldapadmin/update.php +share/phpldapadmin/update_confirm.php +share/phpldapadmin/view_jpeg_photo.php +share/phpldapadmin/welcome.php +@dirrm share/phpldapadmin/templates/modification +@dirrm share/phpldapadmin/templates/creation +@dirrm share/phpldapadmin/templates +@dirrm share/phpldapadmin/lang/recoded +@dirrm share/phpldapadmin/lang +@dirrm share/phpldapadmin/images +@dirrm share/phpldapadmin/doc +@dirrm share/phpldapadmin diff --git a/databases/phpldapadmin/distinfo b/databases/phpldapadmin/distinfo new file mode 100644 index 00000000000..449c6616ce9 --- /dev/null +++ b/databases/phpldapadmin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/29 15:56:35 recht Exp $ + +SHA1 (phpldapadmin-0.9.4b.tar.gz) = f076e28d5e68591ec360f1bba5d4d9f51f580906 +Size (phpldapadmin-0.9.4b.tar.gz) = 375889 bytes -- cgit v1.2.3