Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 67.07 KB
MD5: 5df399fc193e624960d95536fa6b266f
SHA-1: e1dbbef87034749b6800b931df29d5c5b8695252
SHA-256: 29eb4048c23ac7ec3fe8265d10e9cfdf791227dbb1c9fb679337a69b0efd381f
Download zip 92.04 KB
MD5: a639872f2711e38c8950378f44f82f09
SHA-1: adf1cc02b9c7af56d7e263616d8fdaca55623529
SHA-256: d978cb2b4f853c02ed704104ca5d875aaec7bb54c63094a39ef2f1d0f31a86e9

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
Issues (#1101422: Does not do any LDAP query when a user tries to log in, #1104366: LDAP bind with no anonymus user, #1064692: Authentication: no new account creation with 'admin only' in admin/config/people/accounts/settings, #1067158: Call to a member function connect()) arise from the anonymous and user binding to ldap
part on ldap authentication not being implemented yet. [cezaryrk] code took care of the binding side and more options were
added to the sever configuration.
Issue #1110854: White List Question by [rbp]: fixed parsing of lines into arrays. was not accounting for both unix and windows line endings. this could have created
any number of issues with configurations that involved text areas with multiple lines such as: #1110854: White List Question. Thanks rbp for pointing
this out.
Issue #1111000: LDAP User: add functions for modifying ldap user entries and passwords by [ankurs]: added some of ankurs functions for password reset into ldap_servers/ldap_servers.functions.inc. #1111000: LDAP User: add functions for modifying ldap user entries and passwords
Issue #1101422: Does not do any LDAP query when a user tries to log in: bug with account creation flag fixed,
Issue #1089854: LDAP Servers: Test should map ldap error number to meaningful remedies in configuration better ldap error messages shown in watchdog for server binding, connection, etc.

Created by: johnbarclay
Created on: 11 Apr 2011 at 06:23 UTC
Last updated: 2 Aug 2018 at 17:18 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases