As title said, I want to use python_ldap to get user’s password.
Here is python-ldap reference,
http://www.python-ldap.org/doc/html/index.html
I didn’t find any function to get user’s password.
Is there anybody do the same thing like me?
And is it possible to get user’s password?
Usually you query an LDAP directory for a given organizational unit, common name, etc. and find things like passwords as attributes. It means you have to know something about the LDAP schema. There’s nothing in your question to indicate that you do.