Releases for LDAP integration

ldap_integration 5.x-1.5

miglius - October 27, 2009 - 14:38
Official release from CVS tag: DRUPAL-5--1-5
First released: October 27, 2009 - 14:38
Download: ldap_integration-5.x-1.5.tar.gz
Size: 30.26 KB
md5_file hash: 541ca5559f6c5c406c356a5f082dc489
Last updated: October 27, 2009 - 14:41
View usage statistics for this release

This release fixes:
* The LDAP integration module does not implement a confirmation pages for the LDAP server activation/deactivation which could cause a CSRF attack.
* A user defined server name is not properly escaped on the administration pages which might lead to a XSS attacks.
* The user's LDAP data is not properly access controlled before displaying it in the user profile pages which allows unauthorized view of the data.
* Some user management access rules are ignored during the authentication process.

ldap_integration 6.x-1.0-beta2

miglius - October 27, 2009 - 14:37
Official release from CVS tag: DRUPAL-6--1-0-BETA2
First released: October 27, 2009 - 14:37
Download: ldap_integration-6.x-1.0-beta2.tar.gz
Size: 42.13 KB
md5_file hash: 2667c3e0c384fd3cb4a5ef0525d0578e
Last updated: October 27, 2009 - 14:41
View usage statistics for this release

This release fixes:
* The LDAP integration module does not implement a confirmation pages for the LDAP server activation/deactivation which could cause a CSRF attack.
* A user defined server name is not properly escaped on the administration pages which might lead to a XSS attacks.
* The user's LDAP data is not properly access controlled before displaying it in the user profile pages which allows unauthorized view of the data.
* Some user management access rules are ignored during the authentication process.

ldap_integration 6.x-1.0-beta1

miglius - August 12, 2009 - 07:56
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: August 12, 2009 - 07:56
Download: ldap_integration-6.x-1.0-beta1.tar.gz
Size: 42.02 KB
md5_file hash: 45f6087a8a174f6495fdb5f623631fcc
Last updated: August 12, 2009 - 08:01
View usage statistics for this release

The changes include:

#210023: TLS failure results in an unsecured connection
#272087: Does LDAP Integration sync a user's groups upon each login
#289212: _ldapdata_user_login from ldapdata never updates the mail field in the users table
#295147: LDAP doesn't assign role 'authenticated user'
#317554: Data module won't update ldap data
#318174: Make LDAP Group to Role mapping configurable via web interface
#318182: LDAP User Added to Drupal User List?
#323978: Ldap users are all anonymous
#353949: can not select more than 10 attributes in ldap data
#354672: Ldap data don't read "mail" attribute
#355697: "LDAP UI Options" does not save options
#357363: Base DN not allowed to be empty, but IBM Lotus Domino LDAP stores groups in root of tree
#368731: Changing Email address via LDAP Data deletes value in database
#371564: E-Mail Address required when editing user
#375635: Wrong datatype warning appears
#376984: Improving LDAP caching
#380348: Value of E-mail field gets deleted from DB
#401414: Link to LDAP server on admin view of user pages is wrong
#405464: Move functionality from the *config* files to a GUI
#409104: LDAPgroups SQL syntax error
#409116: LDAP groups: need case-insensitive ldapgroups_dn_attribute comparison
#409126: LDAP groups: needs to allow for blank groups list
#411190: Create a dragable LDAP servers list
#411234: LDAP groups and roles synchronization don't work
#417892: "Group by entry" breaks when CN has commas
#417896: "Group by attribute" causes error
#417900: Role names are truncated DNs instead of CNs
#429186: unable to map AD Group to Role with Filtering, looking for support help.
#435808: Add LDAP server doesn't save
#442794: spaces are stripped from LDAP groups but not from group mappings
#447486: AD Creates Extra Array Level for Groups
#448252: On main page of admin/settings/ldapauth settings are not saved

ldap_integration 6.x-1.0-alpha2

miglius - August 12, 2008 - 23:13
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
First released: August 12, 2008 - 23:13
Download: ldap_integration-6.x-1.0-alpha2.tar.gz
Size: 36.75 KB
md5_file hash: d2519de96f81d9de38c8aea2e48c3055
Last updated: August 12, 2008 - 23:15
View usage statistics for this release

Drupal 6 alpha2 release.

ldap_integration 6.x-1.0-alpha1

miglius - July 19, 2008 - 23:48
Official release from CVS tag: DRUPAL-6--1-0-ALPHA1
First released: July 19, 2008 - 23:48
Download: ldap_integration-6.x-1.0-alpha1.tar.gz
Size: 28.67 KB
md5_file hash: 687383b283f5fe09b06fc9bb71dabc75
Last updated: July 19, 2008 - 23:50
View usage statistics for this release

Initial alpha release.

ldap_integration 6.x-1.x-dev

miglius - July 16, 2008 - 15:11
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: July 16, 2008 - 15:11
Download: ldap_integration-6.x-1.x-dev.tar.gz
Size: 40.63 KB
md5_file hash: 3a48ce1ba74f61ac52f6111728937efb
Last updated: May 9, 2009 - 00:13
View usage statistics for this release

Initial version of the D6 port.

ldap_integration 5.x-1.3

kreaper - August 23, 2007 - 00:13
Official release from CVS tag: DRUPAL-5--1-3
First released: August 23, 2007 - 00:13
Download: ldap_integration-5.x-1.3.tar.gz
Size: 29.97 KB
md5_file hash: cb489d04e5280daffda2ffac5f4e80a0
Last updated: August 23, 2007 - 00:15
View usage statistics for this release

2007-08-22 kreaper

* ldap_integration/LDAPInterface.php: http://drupal.org/node/164049
Allow anonymous LDAP connect();

* ldapauth.module: http://drupal.org/node/164078
HTML fixes

* ldap_integration/LDAPInterface.php: http://drupal.org/node/158671
No longer initializing $ldap->server to "example.com"

2007-07-22 kreaper

* ldapauth.module: http://drupal.org/node/158671
contributed code that modifies code flow and also enabled ldapauth_auth() to work with other modules.

* ldapdata.module: bug fix for http://drupal.org/node/136068
http://bugs.mysql.com/bug.php?id=25520 specifies that in Windows, TEXT/BLOB cannot have a default value

2007-07-09 kreaper

* ldapgroups.module: renamed the global variable $ldap to $ldapgroups_ldap.
Created a new function _ldapgroups_ldap_init() to setup the ldapgroups_ldap object.

* ldapdata.module: renamed the global variable $ldap to $ldapdata_ldap

* ldapauth.module: renamed the global variable $ldap to $ldapauth_ldap

plus other bugs have also been fixed prior to the addition of Changelog

ldap_integration 5.x-1.2

scafmac - March 29, 2007 - 11:56
Official release from CVS tag: DRUPAL-5--1-2
First released: March 29, 2007 - 11:56
Download: ldap_integration-5.x-1.2.tar.gz
Size: 28.64 KB
md5_file hash: 3992ffe78a9c6dd6549ff4fdc6db9109
Last updated: March 29, 2007 - 12:00
View usage statistics for this release

Changes mainly on settings and built-in UI options; also many bugs fixed. See CVS commit notes for details

ldap_integration 5.x-2.x-dev

scafmac - February 27, 2007 - 13:50
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: February 27, 2007 - 13:50
Download: ldap_integration-5.x-2.x-dev.tar.gz
Size: 28.13 KB
md5_file hash: 61c303bdd91a96402c9a33e874760d62
Last updated: May 10, 2007 - 12:12
View usage statistics for this release

This release was meant for another branch...

ldap_integration 5.x-1.1

kreaper - February 13, 2007 - 14:07
Official release from CVS tag: DRUPAL-5--1-1
First released: February 13, 2007 - 14:07
Download: ldap_integration-5.x-1.1.tar.gz
Size: 18.43 KB
md5_file hash: addef8e3792b30819df44b794feeb7c9
Last updated: February 13, 2007 - 14:10
View usage statistics for this release

LDAP Integration 5.x.1.1 is now available for download. This is a maintenance release that fixed an important security issue.

Instructions
Download the full build and install it over the existing 5.x.1 build of ldap_integration. There are no database updates with this release, so it is not necessary to run update.php

Security Issue

  • Modified ldapgroups_roles_filter() to perform case-insensitive search of groups.
  • Modified ldapgroups.module to prevent stripping of DNs before comparison. In multiple LDAP configuration, this could result in a potential security breach.

ldap_integration 4.7.x-1.0

scafmac - February 6, 2007 - 16:45
Official release from CVS tag: DRUPAL-4-7--1-0
First released: February 6, 2007 - 16:45
Download: ldap_integration-4.7.x-1.0.tar.gz
Size: 19.55 KB
md5_file hash: c982a347feab1221c3401b0b7f47099e
Last updated: February 6, 2007 - 16:50
View usage statistics for this release

Stable release of Drupal 4.7.x branch of ldap_integration.

ldap_integration 5.x-1.0

kreaper - February 1, 2007 - 20:12
Official release from CVS tag: DRUPAL-5--1-0
First released: February 1, 2007 - 20:12
Download: ldap_integration-5.x-1.0.tar.gz
Size: 19.13 KB
md5_file hash: 1ff5301a7686c72bac778f0dba0d5914
Last updated: February 1, 2007 - 20:15
View usage statistics for this release

Stable release of ldap_integration for Drupal 5.x.

New Features from 4.7 include

Limitations

ldap_integration 5.x-1.x-dev

kreaper - January 28, 2007 - 03:43
Nightly development snapshot from CVS branch: DRUPAL-5
First released: January 28, 2007 - 03:43
Download: ldap_integration-5.x-1.x-dev.tar.gz
Size: 30.27 KB
md5_file hash: 1e3095975a509ec555165ba17f4bc167
Last updated: October 28, 2009 - 00:19
View usage statistics for this release

Development release for Drupal 5.x

This release contains primarily bug fixes now. It should be used instead of 5x-1-3/

Support for previous versions of this module may be extremely limited.

ldap_integration 4.6.x-1.x-dev

pablobm - May 21, 2005 - 23:15
Nightly development snapshot from CVS branch: DRUPAL-4-6
First released: May 21, 2005 - 23:15
Download: ldap_integration-4.6.x-1.x-dev.tar.gz
Size: 20.59 KB
md5_file hash: af72c0ef9bfae8b6d1c1ffb3e4317c56
Last updated: December 9, 2006 - 20:07
View usage statistics for this release

ldap_integration HEAD

pablobm - March 6, 2005 - 20:15
Nightly development snapshot from CVS branch: HEAD
First released: March 6, 2005 - 20:15
Download: ldap_integration-HEAD.tar.gz
Size: 30.79 KB
md5_file hash: e81f5df39704ca62fde0e5da34d00624
Last updated: March 28, 2008 - 12:05
View usage statistics for this release

  • 2/11/2007 - ldapdata.module committed for 5.1
  • Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.