yup, still hate everything

This commit is contained in:
cazagen 2019-11-11 23:48:20 +00:00
parent cd4619d417
commit c7a74c5d42

View File

@ -97,9 +97,6 @@ class LDAPUserManager(FilebasedUserManager,
#Return a fake user instance
return User(userid, str(uuid.uuid4()), True, ["user"])
else:
return None
else :
self._logger.debug("Local user found")
return local_user