I'm building a django website and trying to implement LDAP to it.
Whenever I call ldap.set_option()
, I get this error:
ValueError: option error
Any idea why this is happening?
This is the document I'm following.
Thanks for looking into this and greatly appreciate your help!