Page MenuHomePhabricator

ldaplist permission denied
Closed, ResolvedPublic

Description

When trying to run ldaplist I get

bash: /usr/local/sbin/ldaplist: Permission denied

Filed here per Ryan_Lane [=


Version: unspecified
Severity: normal

Details

Reference
bz57028

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:37 AM
bzimport added a project: Cloud-VPS.
bzimport set Reference to bz57028.

Change 95276 had a related patch set uploaded by Hashar:
ldap: make ldaplist runnable by anyone

https://gerrit.wikimedia.org/r/95276

Change 95276 merged by Andrew Bogott:
ldap: make ldaplist runnable by anyone

https://gerrit.wikimedia.org/r/95276

That works for me, though it gives me an unrelated error:

$ /usr/local/bin/ldaplist
Traceback (most recent call last):

File "/usr/local/bin/ldaplist", line 8, in <module>
  import ldapsupportlib

ImportError: No module named ldapsupportlib

:D

Change 95280 had a related patch set uploaded by Hashar:
Move ldapsupportlib.py into /usr/bin to keep ldaplist company.

https://gerrit.wikimedia.org/r/95280

Change 95280 merged by Andrew Bogott:
Move ldapsupportlib.py into /usr/bin to keep ldaplist company

https://gerrit.wikimedia.org/r/95280

OK, one more (unrelated but blocking) patch later, this should now actually start working.