| 1 |
2007-08-29 kreaper <http://rajeev.name>
|
| 2 |
|
| 3 |
* ldapauth.module: http://drupal.org/node/171440
|
| 4 |
the extra <strong> the problem with the fieldset and is removed.
|
| 5 |
|
| 6 |
2007-08-22 kreaper <http://rajeev.name>
|
| 7 |
|
| 8 |
* ldap_integration/LDAPInterface.php: http://drupal.org/node/164049
|
| 9 |
Allow anonymous LDAP connect();
|
| 10 |
|
| 11 |
* ldapauth.module: http://drupal.org/node/164078
|
| 12 |
HTML fixes
|
| 13 |
|
| 14 |
* ldap_integration/LDAPInterface.php: http://drupal.org/node/158671
|
| 15 |
No longer initializing $ldap->server to "example.com"
|
| 16 |
|
| 17 |
2007-07-22 kreaper <http://rajeev.name>
|
| 18 |
|
| 19 |
* ldapauth.module: http://drupal.org/node/158671
|
| 20 |
contributed code that modifies code flow and also enabled ldapauth_auth() to work with other modules.
|
| 21 |
|
| 22 |
* ldapdata.module: bug fix for http://drupal.org/node/136068
|
| 23 |
http://bugs.mysql.com/bug.php?id=25520 specifies that in Windows, TEXT/BLOB cannot have a default value
|
| 24 |
|
| 25 |
2007-07-09 kreaper <http://rajeev.name>
|
| 26 |
|
| 27 |
* ldapgroups.module: renamed the global variable $ldap to $ldapgroups_ldap.
|
| 28 |
Created a new function _ldapgroups_ldap_init() to setup the ldapgroups_ldap object.
|
| 29 |
|
| 30 |
* ldapdata.module: renamed the global variable $ldap to $ldapdata_ldap
|
| 31 |
|
| 32 |
* ldapauth.module: renamed the global variable $ldap to $ldapauth_ldap |