Closed (won't fix)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 19:08 UTC
Updated:
6 Aug 2011 at 18:17 UTC
From what I can tell, when the LDAPauth creates the Drupal account, the user is automatically set to "Active". Line #940 of ldapauth.module sets $userinfo to include "'status' => 1" and then calls user_save().
I'd love to be able to use LDAP and still respect the "public registration" settings in /admin/user/settings.
Our AD groups aren't quite as well maintained as we'd like and I'd love to give the unblocking privilege to the site admin since it's really only a small group of people who should have permissions to the site, they'd want to be able to assign them to particular roles when activating them, receive the automatic notification of a new user, etc.
Comments
Comment #1
johnbarclay commentedI add this to the ldap project d7 (http://drupal.org/project/ldap) issue queue also #968574: Option to prevent new accounts from LDAP from being added to Drupal and have admin approve them.
Comment #2
johnbarclay commentedClosing 5.x issues to clean out issue queue.