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', []):