Skip to content Skip to sidebar Skip to footer

Valueerror: Option Error In Django / Python

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? Th

Solution 1:

http://packages.python.org/django-auth-ldap/#auth-ldap-global-options

Is AUTH_LDAP_GLOBAL_OPTIONS defined and does it have items in it?

Perhaps it is not defined?

Post a Comment for "Valueerror: Option Error In Django / Python"