Skip to content
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

No distributions at all found for ldapdict #24

Open
cdminc opened this issue Jan 6, 2016 · 3 comments
Open

No distributions at all found for ldapdict #24

cdminc opened this issue Jan 6, 2016 · 3 comments

Comments

@cdminc
Copy link

cdminc commented Jan 6, 2016

*********** I receive the following error ****************

TASK: [snipeit-ansible | Install ldapdict python library] *********************
failed: [127.0.0.1] => {"cmd": "/usr/bin/pip install ldapdict", "failed": true}
msg: stdout: Downloading/unpacking ldapdict
Could not find any downloads that satisfy the requirement ldapdict
Cleaning up...
No distributions at all found for ldapdict
Storing debug log for failure in /root/.pip/pip.log

FATAL: all hosts have already failed -- aborting

@waverap
Copy link

waverap commented Jan 23, 2016

yes mee too
TASK [snipeit-ansible : Install ldapdict python library] ***********************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/pip install ldapdict", "failed": true, "msg": "stdout: Downloading/unpacking ldapdict\n Could not find any downloads that satisfy the requirement ldapdict\nCleaning up...\nNo distributions at all found for ldapdict\nStoring debug log for failure in /root/.pip/pip.log\n"}

PLAY RECAP *********************************************************************
127.0.0.1 : ok=24 changed=7 unreachable=0 failed=1
i need help. no use ad

@sacres
Copy link
Contributor

sacres commented Feb 17, 2016

There is a var set in defaults/main.yml which that task references via a when conditional, comment it out:
sed -i 's/ldap_uri/#ldap_uri/' defaults/main.yml
That's of course if you aren't in need of AD. @waverap @cdminc

GR360RY added a commit that referenced this issue Feb 22, 2016
@sacres
Copy link
Contributor

sacres commented Mar 15, 2016

To be clear on this issue: ldapdict dist no longer exists. I have no AD env. to test any of the other ldap connectors. The current version of the codebase gets around this without the need of the sed code I included previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants