Closed (fixed)
Project:
LDAP provisioning
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2008 at 03:43 UTC
Updated:
28 Apr 2014 at 12:50 UTC
Jump to comment: Most recent
Comments
Comment #1
miglius commentedLDAP provisioning overrides the standard drupal forms for the user registration and gives more configurable options for the user registration form.
If site is configured that new users can create accounts themselves then the /user/register form should be used to create ldap accounts.
Comment #2
Rj-dupe-1 commentedHmm. That doesn't seem to have worked in our install; the standard forms just create users in the regular database. It seemed from the comments in the "User created on database but not on LDAP" support request that this is what happened to them too. Is there a setting or something that we might have missed?
Comment #3
Jeremy Byrne commentedIt's important to ensure that the "Authentication Mode" under "System Wide Options" in the LDAPauth module (/admin/settings/ldapauth/options) is set to "Drupal's DB first, then LDAP directory". If it's set to "LDAP directory only", user/login seems to create only Drupal users, not LDAP and Drupal users.
Comment #4
Rj-dupe-1 commentedAh, that fixes it. Perhaps this text should be changed in the package.
Comment #5
john franklin commentedMarking as fixed.