ldap_integration 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.5.tar.gz | 30.26 KB | 541ca5559f6c5c406c356a5f082dc489 |
| ldap_integration-5.x-1.5.zip | 36.92 KB | 501767056ec9df548b0ca99e8e21920b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-6.x-1.0-beta2.tar.gz | 42.13 KB | 2667c3e0c384fd3cb4a5ef0525d0578e |
| ldap_integration-6.x-1.0-beta2.zip | 51.81 KB | d6679b63dd656ca314b530d8d83bf921 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-6.x-1.0-beta1.tar.gz | 42.02 KB | 45f6087a8a174f6495fdb5f623631fcc |
| ldap_integration-6.x-1.0-beta1.zip | 51.04 KB | 49da667d296390ce39be8cb82aee448d |
Release notes
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: ldapgroups "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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-6.x-1.0-alpha2.tar.gz | 36.75 KB | d2519de96f81d9de38c8aea2e48c3055 |
| ldap_integration-6.x-1.0-alpha2.zip | 47.1 KB | e89bfbe7f4dc4e85927c81680ab9f6cc |
Release notes
Drupal 6 alpha2 release.
ldap_integration 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-6.x-1.0-alpha1.tar.gz | 28.67 KB | 687383b283f5fe09b06fc9bb71dabc75 |
| ldap_integration-6.x-1.0-alpha1.zip | 38.38 KB | f631a1d577d1c9d68b775a328fcf0f3f |
Release notes
Initial alpha release.
ldap_integration 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-6.x-1.x-dev.tar.gz | 87.86 KB | 7a8021c9d8ac3af15815a05000a300c2 |
| ldap_integration-6.x-1.x-dev.zip | 103.5 KB | a00b2d9738e38dba2a8e5f7882e4c47e |
Release notes
Initial version of the D6 port.
ldap_integration 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.3.tar.gz | 29.97 KB | cb489d04e5280daffda2ffac5f4e80a0 |
| ldap_integration-5.x-1.3.zip | 36.55 KB | 9dc8032cded2da43104f07e6ccabf9ef |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.2.tar.gz | 28.64 KB | 3992ffe78a9c6dd6549ff4fdc6db9109 |
| ldap_integration-5.x-1.2.zip | 35 KB | d364614341dfc461a358c68804afc8e5 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-2.x-dev.tar.gz | 28.68 KB | 3f29fdee4ae879d9edd3d65ff0e21547 |
| ldap_integration-5.x-2.x-dev.zip | 33.98 KB | 42a281d90288db8da0d5aa24197ef94c |
Release notes
This release was meant for another branch...
ldap_integration 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.1.tar.gz | 18.43 KB | addef8e3792b30819df44b794feeb7c9 |
| ldap_integration-5.x-1.1.zip | 23.01 KB | c0f90efaace4d1b0f59f17f4017e9f35 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-4.7.x-1.0.tar.gz | 19.55 KB | c982a347feab1221c3401b0b7f47099e |
| ldap_integration-4.7.x-1.0.zip | 24.31 KB | 34b5737a75cdf0a7de570ba54c2fed91 |
Release notes
Stable release of Drupal 4.7.x branch of ldap_integration.
ldap_integration 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.0.tar.gz | 19.13 KB | 1ff5301a7686c72bac778f0dba0d5914 |
| ldap_integration-5.x-1.0.zip | 23.84 KB | 140eb142e24fa46304be2e9b9ca1689f |
Release notes
Stable release of ldap_integration for Drupal 5.x.
New Features from 4.7 include
- Support for Multiple LDAP Servers http://drupal.org/node/93234
Limitations
- Due to the re-design, the module needs to be re-installed - See http://drupal.org/node/92407#comment-178886 for more details
- ldapdata.module is not yet ported to 5.0
ldap_integration 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-5.x-1.x-dev.tar.gz | 30.09 KB | 5db636e9ed89cb068d4be58fc86d5a2d |
| ldap_integration-5.x-1.x-dev.zip | 36.17 KB | 3b432344c1ff1b2bf50820ebb2ca50a4 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-4.6.x-1.x-dev.tar.gz | 20.8 KB | 3483be534907978896fd8fb9942dc129 |
| ldap_integration-4.6.x-1.x-dev.zip | 25.06 KB | b2c312a6a56dbabbd7584a5c8430f035 |
ldap_integration HEAD
| Download | Size | md5 hash |
|---|---|---|
| ldap_integration-HEAD.tar.gz | 45.9 KB | 6061693656fe813caf3af13b7bd6bf4b |
| ldap_integration-master.tar.gz | 37.78 KB | c732ec6f896a66c6558ed210e1ea7cc8 |
| ldap_integration-HEAD.zip | 57.47 KB | f0d21f94b177603722ea08f3f6c6f42e |
| ldap_integration-master.zip | 48.19 KB | 5e6e26846f2a3c5bde5c6a98fee4dc5a |
Release notes
- 2/11/2007 - ldapdata.module committed for 5.1