Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Nov 2009 at 15:11 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ccw commentedComment #2
ccw commentedUnassigning. Someone else should review this.
Comment #3
ccw commentedPorted to Drupal 6.x.
The 1st patch attached was for Drupal 5.x.
Comment #4
ccw commentedFix some minor style issues in the previous patch.
Moved the example implementation of the hook to ldapgroups.api.php
This leaves just 3 lines of active code changed in the patch... Shouldn't be to hard to review.
Comment #5
johnbarclay commentedIn ldap authorization for D7, the hook may look like this:
hook_ldap_authorization_maps_alter(&$user, &$user_ldap_entry, &$ldap_server, &$ldap_authz_map_config, &$authz_ids)
this will allow the modules implementing the hook to:
- have $user, $user_ldap_entry, $ladap_server, and $ldap authorization configuration to work with
- affect mappings from other authorization modules ($authz_ids).
See #807432: LDAP Authorization: Groups only allows single level OU in users's DN (does not allow multiple level OU)
Comment #6
cgmonroe commentedThe dev version now has an ldap_user_groups_alter hook that supports this along with an ldap_user_roles_alter hook.
For details see: #1475272: 6.x-1.0 Release Candidate 1 Status