Ldaplib

LDAP in Python 3 was a missing component when I started to use it so I researched the RFCs that make up the LDAP protocol and set to work creating something that I could use. A month or so after I began a module was posted on PYPI and so I ended up using it. I am still interested in finishing this out since I did so much research and coding to get it started. This currently is in a very alpha state and should not be used in it's current form for any kind of production work. I hope to work on it as a hobby project as I get time. Hopefully I can get all the basic LDAP operations working enough so I can at least use it in my own projects.