Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
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.