-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not returning any users in a D7 install #12
Comments
I'm not familiar with how the LDAP module works; what does |
Good morning - thank you for the follow-up. Just for the sake of brevity in the response, I limited the SELECT statement a bit, but as you can see, the users table returns users without any issue.
|
Also want to add that the other built-in drush user commands, such as 'user-information' are functioning fine. For some reason though, the added 'user-list' command just returns no output.
And wanted to mention about the environment, we're running Drupal 7.63 for this site instance, with all the latest updates and patches applied for core and any/all installed modules and themes. |
Hello.
I'm not quite sure why, but I just cloned this into my functional drush/drupal-7 env and tried running it but it's not returning any users.
Steps performed:
I have run with the drush -d (debug) flag as well and it offered no hints as to why this is not returning any users.
I have 3 current users for this site instance that I am building, and I would expect at least the 'Administrator' account to show at a minimum.
I am leveraging the LDAP module for external user authentication, so don't know if that's perhaps a factor, but end result I need is to be able to pull a list of drupal accounts, their status, and assigned roles, so that I can run scripts to perform further processing upon account creation. This module sound like exactly what I need tool-wise, but I could use a hand debugging why it's not currently returning any results.
Cheers,
-Chris
The text was updated successfully, but these errors were encountered: