Here's the problem - I have to work with a blackboxed Linux application server - in other words, I have to work with what I've got, I can't add any libraries.
I have to search an LDAP directory and return user details using Python.
Normally easy... import ldap
Except, I can't, I have no LDAP library to use and can't install one.
Looking for suggestions for a way to do this - there has to something better than shelling out to curl