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
Official release from tag: 5.x-1.3
Last updated: December 24, 2010 - 23:16

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