← Back to team overview

graphite-dev team mailing list archive

Re: [Question #188956]: Troubleshooting LDAP authentication

 

Question #188956 on Graphite changed:
https://answers.launchpad.net/graphite/+question/188956

Jeremy Katz posted a new comment:
Are you connecting with ssl?  If so, another thing to try is
   import ldap
   ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_NEVER)
in settings.py if you're using a self-signed cert

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.