Commit f20b5df9 authored by Cornelius Kölbel's avatar Cornelius Kölbel

fix typo

parent ff63fdb2
...@@ -72,7 +72,7 @@ class Authenticator(object): ...@@ -72,7 +72,7 @@ class Authenticator(object):
self.pamh = pamh self.pamh = pamh
self.user = pamh.get_user(None) self.user = pamh.get_user(None)
self.URL = config.get("url", "https://localhost") self.URL = config.get("url", "https://localhost")
self. sslverify = not config.get("nosslverify", False) self.sslverify = not config.get("nosslverify", False)
cacerts = config.get("cacerts") cacerts = config.get("cacerts")
# If we do verify SSL certificates and if a CA Cert Bundle file is # If we do verify SSL certificates and if a CA Cert Bundle file is
# provided, we set this. # provided, we set this.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment