Active
Project:
LDAP provisioning
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 15:40 UTC
Updated:
10 Oct 2010 at 18:38 UTC
Am I missing a dependency or something - I cannot see where to import users?
Comments
Comment #1
miglius commentedExpand the "Upload accounts" fieldset at the bottom of 'admin/user/accounts' page.
Comment #2
eft commentedI don't see it there - do I have to configure something under admin/settings/ldap/ldapprov ?
Also, I only want to create accounts in the Drupal db for which LDAP accounts already exist. I don't want the provisioning module to create accounts on the LDAP server.
Thanks
Comment #3
eft commentedok - I see - I had to enable the LDAP user provisioning at admin/settings/ldap/ldapprov
however, it looks like this module is specifically for creating LDAP accounts - maybe I should be looking at another method/module for bulk creation of Drupal users (matching existing LDAP accounts).
Comment #4
alan d. commentedAlso interested in if we can get a one way bulk import of users from the LDAP Server.
In our use case, the LDAP server is actually going to be an adaptor bridge between a custom Perl script and Drupal for one way flow of data from Perl file system database to Drupal. The Perl API runs from a custom file system based storage of sterilized objects that is already integrated into LDAP, so this is looking like the easiest approach.
Comment #5
miglius commentedThe accounts from the csv file are created in LDAP and cannot be used to create stand alone drupal users.
Comment #6
alan d. commentedThanks Miglius.
While this response is limited to the server limit, the following gives a start to the listing:
Comment #7
drfuzetto commentedI am looking to upload the accounts from AD into Drupal without the user having to log in.
It does look like this module will creating LDAP accounts on the server. I don't want to do that I want to take all of the accounts on the LDAP server and create accounts in Drupal.
How do I do this?
Comment #8
tchronister commentedI thought that defeats the purpose of this module? My understanding and hope for implementing is that the Drupal users table is irrelevant and authentication occurs via the LDAP users on a whole other server, whether on the LAN or not. Correct?
Comment #9
batje commented@tchronister. The drupal user table (and the drupal uid) is still needed to identify the author of nodes, to allow people to have a profile page, etc.
The password field is less relevant as authentication is done against ldap. (however, i think when ldap is not available and the drupal password matches the provided password, drupal might still log the user in. not 100% sure though, you'd have to try)
Comment #10
zydoon commentedHi
does the bulk user creation works for you ? on LDAP of course.