Download & Extend

Releases for Lightweight Directory Access Protocol

ldap 7.x-1.0-beta10

Download Size md5 hash
ldap-7.x-1.0-beta10.tar.gz 177.49 KB a75f3cd0bd641b2b1d1dd6f11f292d8f
ldap-7.x-1.0-beta10.zip 255.41 KB 931c06db21202d2aedf2db60960f6655
Last updated: May 14, 2012 - 19:55
Official release from tag: 7.x-1.0-beta10

Release notes

Getting close to a release candidate. Wanted to get another beta out before I move some of the delayed 2.0 branch into 1.0. To follow the ldap module, please subscribe to http://drupal.org/node/1115704. Fixes are in the changelog file.

ldap 7.x-1.0-beta9

Download Size md5 hash
ldap-7.x-1.0-beta9.tar.gz 153.78 KB 640e3dad3a31e5c651b755b3fb4df2f2
ldap-7.x-1.0-beta9.zip 220.27 KB 0f3d59c49dc1f2dda0ff7b854b3eda46
Last updated: March 6, 2012 - 03:20
Official release from tag: 7.x-1.0-beta9

Release notes

This is a fairly stable version of ldap for drupal 7. Find the beta version that works for you and wait for a 7.x-2.0 beta or release candidate. There will be no heavy development on the 1.0 branch; only bug fixes and fixes that are easily applied to both 1.0 and 2.0 branches.

ldap 7.x-1.0-beta8

Download Size md5 hash
ldap-7.x-1.0-beta8.tar.gz 153.73 KB 12db5e566a415755767f181e818224ce
ldap-7.x-1.0-beta8.zip 220.2 KB 88754be736eb685c02cfd38188964826
Last updated: March 6, 2012 - 02:15
Official release from tag: 7.x-1.0-beta8

Release notes

Another try of beta 6 and 7 with all three fields corrected and a redundant update for those who had failed upgrades on 6 and 7.

ldap 7.x-1.0-beta7

Download Size md5 hash
ldap-7.x-1.0-beta7.tar.gz 153.74 KB a6091dddff5688d9842fb51095c1bddb
ldap-7.x-1.0-beta7.zip 220.2 KB 4b64e3d5effdb9e3d5c5e0dc4a1dd84d
Last updated: March 5, 2012 - 15:25
Official release from tag: 7.x-1.0-beta7

Release notes

small fix to beta7 with install/upgrade issue.

ldap 7.x-1.0-beta6

Download Size md5 hash
ldap-7.x-1.0-beta6.tar.gz 153.74 KB 499196dcf1a43e32a56a20f194d14c3c
ldap-7.x-1.0-beta6.zip 220.21 KB 49ba7da91985a214d0152b1bd6106fad
Last updated: March 5, 2012 - 14:25
Official release from tag: 7.x-1.0-beta6

Release notes

This is likely the last release of the 7.x-1.0 branch. In the 7.x-2.0 branch ldap data will be attached to the user entity to make integration with other modules and provisioning easier. The 2.0 branch has a mid May deadline. I'm releasing it as a beta6 because there have been a number of patches since beta5.

ldap 7.x-1.0-beta5

Download Size md5 hash
ldap-7.x-1.0-beta5.tar.gz 134.63 KB ca21456c66b987fca1a5bd44e3f2070f
ldap-7.x-1.0-beta5.zip 191.67 KB 728e14b92eda841dea4362e175d3dec3
Last updated: October 10, 2011 - 16:16
Official release from tag: 7.x-1.0-beta5

Release notes

Largest remaining tasks are support for nested groups, automated upgrade from 6.x module, a variety of identity/mapping issues, documentation, and better simpletest coverage. If beta means feature complete, consider this an alpha. See http://drupal.org/node/1115704#comment-5045030 finished.

Release contains a number of bug fixes, see changelog.txt. LDAP Feeds, LDAP Query, and LDAP Views are all in much better shape.

ldap 7.x-1.0-beta3

Download Size md5 hash
ldap-7.x-1.0-beta3.tar.gz 98.8 KB 408c305d6a56c72fa7ab810eaefa3549
ldap-7.x-1.0-beta3.zip 143.28 KB 665ef2ff957b60c98a96a64728d2b3d8
Last updated: July 11, 2011 - 17:02
Official release from tag: 7.x-1.0-beta3

Release notes

==================
7.x-1.0-beta3
==================
Issue #1209576 thekevinday: install shows error of undefined constant fixed
Added simpletests for drupal authentication and ldap authorization, and the following 2 issues (#1206146, #1213228)
filtered on array_unique for drupal role mapping to avoid redundant role names
Issue #1206146 danharper (and likely several other issues): allow mapping of cn or other first attribute instead of dn in ldap authorization and check for long drupal role names.
Issue #1213228 johnbarclay: drupal user name to ldap php never implemented in ldap authorization. php format has changed.

ldap 7.x-1.0-beta2

Download Size md5 hash
ldap-7.x-1.0-beta2.tar.gz 96.68 KB f0a752c3fb0c4290ef723b45cbf4bb19
ldap-7.x-1.0-beta2.zip 140.11 KB e346df854278d2a8786206698a0d76a3
Last updated: July 2, 2011 - 20:22
Official release from tag: 7.x-1.0-beta2

Release notes

==================
7.x-1.0-beta2
==================
Issue #1206500 by justintime: applied patch to allow exporting bind password if encryption enabled
Issue #1201414 by justintime: applied very big exportables patch http://drupal.org/node/1201414#comment-4672616 successfully
Added warnings when drupal 6 ldapauth table is found warning of manual upgrade process.
Issue #1201414 by justintime: to improve exportables, renamed ldap_servers.type to ldap_server.ldap_type for older versions of ctools. Also added export type string.
Issue #1174332 by endiku: error thrown when trying to add the same drupal role twice. Added simpletest and applied array_unique().
Issue #1192356 by bfroehle: ldap_servers_get_servers returning null instead of empty array. 1192356-Fix-warnings-when-iterating-through-en.patch
Issue #1030404 by ankur: Fixed issue with ldap authentication with multiple servers. 1030404 comment #6
Simpletests by johnbarclay: fixed fake ldap server arrays for simpletests to work with #1030404 patch.
Issue #1170034 by pumpkinkid: Added functionality for limiting who can authenticate based on whether ldap authorizations exist. U.I. was already in, just not functionality.
Fixed whitelist php eval code by johnbarclay. Did not check for php.module enabled, documentation showed wrong variables and return values.

Read more

ldap 7.x-1.0-beta1

Download Size md5 hash
ldap-7.x-1.0-beta1.tar.gz 105.83 KB 17299dda7942f5c93abc7618c1349d56
ldap-7.x-1.0-beta1.zip 145.84 KB 48e594231d7eb2500948c71d10393eb3
Last updated: May 27, 2011 - 07:02
Official release from tag: 7.x-1.0-beta1

Release notes

Decided it was time for a beta since simpletest coverage was pretty far along. Feeds, profile, and provision modules are not beta quality, but ldap authentication, ldap authorization, and ldap servers are. I believe we will be ready for release candidates when simpletest coverage and documentation are complete (and no bugs).

ldap 7.x-1.0-unstable6

Download Size md5 hash
ldap-7.x-1.0-unstable6.tar.gz 67.07 KB 5df399fc193e624960d95536fa6b266f
ldap-7.x-1.0-unstable6.zip 92.04 KB a639872f2711e38c8950378f44f82f09
Last updated: April 11, 2011 - 06:26
Official release from tag: 7.x-1.0-unstable6

Release notes

This release has more bugs than unstable 5. I would stick with unstable 5 for trying out the module. If you would like to test unstable 6, I would hold off as I have a handful of bugs already and an unstable 7 will be more worth while.

Hope to get to these by the 18th of April.

Ldap Authentication and Ldap Servers are feature complete. Testing and bug
fixes are needed to move it toward a relase candidate.

Ldap Authorization got a good cleanup and restructuring, but
is wholly untested. I would not use this version of ldap authorization or expect it to work;
but I am ready for bug reports and patches as the rewrite is done.

Issue #1050944: LDAP Authorization doesn't support multiple mapping configurations for a given consumer type by [dennisz]: allowing for more than one authorization configuration per consumer type (e.g. drupal roles)
was never implemented. Realized this and changed the architecture so only support 1. This allowed alot of code to be removed
as well as made the instructions better.
Issue #1119774: Cannot add new server with Service Account Bind by [micahw156]: fixed broken password validation on service account
Issue #1034712: need longer db fields for certain ldap fields by [wernercd]: way to short of db field length for some ldap fields.
Issue #1034734: "Mapping of LDAP to drupal role" -> without filtering issue by [wernercd]: made changes to encourage filtering and mapping in ldap authorization
Issue #1026078: hook_menu implementation needs corrections: poor tabs and breadcrumbs by [wernercd], [micahw156]: menus, tabs, and breadcrumbs are better now. I think they still could be improved.
Issue #989090: LDAP Authentication: One to Many authentication configuration to ldap server configuration by

Read more

ldap 7.x-2.x-dev

Download Size md5 hash
ldap-7.x-2.x-dev.tar.gz 248.61 KB d4fc2a2513482a0994d4766585b243af
ldap-7.x-2.x-dev.zip 383.34 KB 2c0b0b5795b7d0da3b93db7975027d49
Last packaged version: 7.x-2.x-dev
Last updated: May 26, 2012 - 12:19
Development snapshot from branch: 7.x-2.x

Release notes

This version is under active development and should not be used in production. Updgrade path will be provided from ldap 7.x-1.x-beta-N to the beta and release candidates of this. Follow progress of this by subscribing to #1115704: Version and Releases Status Updates.

ldap 7.x-1.0-unstable5

Download Size md5 hash
ldap-7.x-1.0-unstable5.tar.gz 64.26 KB 89d29f46dd183581bfc8d5b94bd7f2e9
ldap-7.x-1.0-unstable5.zip 89.36 KB 0d8d9b2a8c3b05bf291274234fbea0fa
Last updated: February 8, 2011 - 20:21
Official release from tag: 7.x-1.0-unstable5

Release notes

- install instructions: disable and uninstall previous ldap modules. make sure tables are removed.
------------------
- main focus of unstable 5 is ldap_authentication including finishing out features, improving usability,
fixing bugs, documentation and setting up tests. ldap_authorization still needs features to be
finished out, documentation and usability improvements, and a set of tests.
- ldap_authentication: reordered authentication validation related to issue #1022362
- ldap_authentication: added test grid for ldap_authentication testing: http://drupal.org/node/1053818
- ldap_authentication: added typical authentication configurations: http://drupal.org/node/1053748
- ldap_help: added "status" and "issue reporting" tabs to improve testing and bug reporting
- ldap_authentication: removed option to allow ldap users to change, have separate drupal email. this feature needs more work if desired at all.
- ldap_authentication: added configurable help link for ldap password resetting.
- ldap_authentication: made more content themeable, especially where localized ldap user help may be a factor
- ldap_authentication: #807416 finished and tested white lists
- ldap_authentication: clarified and tested rules for existing drupal account conflicts. Desired behavior is in
tests (ldap_authentication.tests.txt).

Read more

ldap 7.x-1.0-unstable4

Download Size md5 hash
ldap-7.x-1.0-unstable4.tar.gz 57.44 KB fba7f00d5174db1b56944034f53eb126
ldap-7.x-1.0-unstable4.zip 80.46 KB 3b263ab85f86b79f4f604d815154c8e5
Last updated: January 12, 2011 - 19:51
Official release from tag: 7.x-1.0-unstable4

Release notes

- fixed schema issue in ldap authorization #1021478
- fixed issue when ldap authentication was before drupal authentication and created false error messsage. #1021612, #1009990
- fixed undefined $name_attr warning. #1021636

ldap 7.x-1.0-unstable3

Download Size md5 hash
ldap-7.x-1.0-unstable3.tar.gz 57.29 KB e59a92b8dc03733ff65b4b9f958383ec
ldap-7.x-1.0-unstable3.zip 80.36 KB 05967d47ec2b203152b78f7480ef77bd
Last updated: January 8, 2011 - 08:41
Official release from tag: 7.x-1.0-unstable3

Release notes

- #1018968, #1016284 "ldap_authorization_example" text fixed
- added check for uid==1 in ldap to make sure that uid=1 is not using ldap authentication
- #1017578, #1005358 mixed mode authentication failed for user 1 fixed.
- #1017282 uninitialized array gives warning. I'd like to get rid of all these types of warnings.
- #807420 initial exportables/features code added. needs testing. not sure if ldap_servers_encrypt_key variable should be exportable
- starter working with coder module cleanup (spacing, translation, etc)

ldap 7.x-1.0-unstable2

Download Size md5 hash
ldap-7.x-1.0-unstable2.tar.gz 56.51 KB f3406509ced1358999aa39529e889e2b
ldap-7.x-1.0-unstable2.zip 79.31 KB 357d6e15e1e718bf0f3ebdd66025d3d1
Last updated: December 29, 2010 - 05:51
Official release from tag: 7.x-1.0-unstable2

Release notes

This is a development snapshot of head. It is for development of ldap_authorization and ldap_authentication until ldap_api is functional. In this snapshot, ldap_server replaces the functionality of ldap_api. Depending on the timeline of ldap api, we may use 7.x-2.x branch for ldap with ldap api.

This is snapshot is intended for developers, documentation writers, and testers. It is not intended to be anything close to a production version. It has been developed against Drupal 7 RC3.

ldap 7.x-1.x-dev

Download Size md5 hash
ldap-7.x-1.x-dev.tar.gz 178.54 KB 4cf808a2de7a239c416cb6446f76325d
ldap-7.x-1.x-dev.zip 256.59 KB bddef8f428e54850168bfb4eccdb5446
Last packaged version: 7.x-1.0-beta10+4-dev
Last updated: May 26, 2012 - 12:19
Development snapshot from branch: 7.x-1.x

Release notes

Drupal 7 package, released for further development.

ldap 6.x-1.x-dev

Download Size md5 hash
ldap-6.x-1.x-dev.tar.gz 24.11 KB 400424a5ae42cc9982be9d1bc56a2adc
ldap-6.x-1.x-dev.zip 38.14 KB 2902f7d52735111d7966941fcd0bafa1
Last updated: February 25, 2011 - 07:38
Development snapshot from branch: 6.x-1.x

Release notes

UNSTABLE Drupal 6 package, released for further development.

Subscribe with RSS Syndicate content
nobody click here