Path to this page:
./
databases/phpldapadmin,
Set of PHP-scripts to administer an LDAP directory over the WWW
Branch: pkgsrc-2012Q4,
Version: 1.2.2nb1,
Package name: phpldapadmin-1.2.2nb1,
Maintainer: pkgsrc-usersphpLDAPadmin 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
Required to run:[
devel/php-gettext] [
databases/php-ldap]
Master sites:
SHA1: 2904923eb25173d108b556c70fb3d42cd6e0e289
RMD160: dd93d9558c9780b014f066d070b496e2804b9565
Filesize: 1382.388 KB
Version history: (Expand)
- (2013-01-24) Updated to version: phpldapadmin-1.2.2nb1
- (2013-01-06) Package added to pkgsrc.se, version phpldapadmin-1.2.2 (created)
CVS history: (Expand)
2013-01-23 21:18:31 by Matthias Scheler | Files touched by this commit (8) |
Log message:
Pullup ticket #4033 - requested by taca
pkgsrc/databases/phpldapadmin: security patch
Revisions pulled up:
- databases/phpldapadmin/Makefile 1.34
- databases/phpldapadmin/distinfo 1.12-1.13
- databases/phpldapadmin/patches/patch-htdocs_add__value__form.php 1.1
- databases/phpldapadmin/patches/patch-htdocs_export.php 1.1
- databases/phpldapadmin/patches/patch-htdocs_logout.php 1.1
- databases/phpldapadmin/patches/patch-lib_QueryRender.php 1.1-1.2
- databases/phpldapadmin/patches/patch-lib_export__functions.php 1.1
- databases/phpldapadmin/patches/patch-lib_functions.php 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jan 21 12:43:23 UTC 2013
Modified Files:
pkgsrc/databases/phpldapadmin: Makefile distinfo
Added Files:
pkgsrc/databases/phpldapadmin/patches:
patch-htdocs_add__value__form.php patch-htdocs_export.php
patch-htdocs_logout.php patch-lib_QueryRender.php
patch-lib_export__functions.php patch-lib_functions.php
Log message:
Add some patches from development repository.
* Add fix for CVE-2012-1114/CVE-2012-1115 from repository.
* Unset $_SESSION['ACTIVITY'] on logout from repository.
* Fix XSS in query from repository.
* Add support for SHA512 with OpenLDAP from repository.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Tue Jan 22 11:49:33 UTC 2013
Modified Files:
pkgsrc/databases/phpldapadmin: distinfo
pkgsrc/databases/phpldapadmin/patches: patch-lib_QueryRender.php
Log message:
Note CVE-2012-0834
|