From 820ba32ea3b0f8a62e4b6bac9434ac5dd400a032 Mon Sep 17 00:00:00 2001 From: Cameron Sharp Date: Mon, 11 Nov 2019 23:57:25 +0000 Subject: [PATCH] test --- octoprint_auth_ldap/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/octoprint_auth_ldap/__init__.py b/octoprint_auth_ldap/__init__.py index 597229e..40f95c1 100644 --- a/octoprint_auth_ldap/__init__.py +++ b/octoprint_auth_ldap/__init__.py @@ -63,6 +63,8 @@ class LDAPUserManager(FilebasedUserManager, #connection.unbind_s() data = self.check_auth(self, username, password) + self._logger.error("wassup") + self._logger.error(str(data)) for group in self.ldapify_groups(self,LDAP_GROUPS): if group in data.get('memberOf', []):