mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
fix loglevel
This commit is contained in:
parent
16ece44faf
commit
8218081f58
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Auth(auth.BaseAuth):
|
||||||
if (self._group_membership):
|
if (self._group_membership):
|
||||||
logger.info("auth.pam_group_membership: %s" % self._group_membership)
|
logger.info("auth.pam_group_membership: %s" % self._group_membership)
|
||||||
else:
|
else:
|
||||||
logger.info("auth.pam_group_membership: (empty, nothing to check / INSECURE)")
|
logger.warning("auth.pam_group_membership: (empty, nothing to check / INSECURE)")
|
||||||
|
|
||||||
def pam_authenticate(self, *args, **kwargs):
|
def pam_authenticate(self, *args, **kwargs):
|
||||||
return self.pam.authenticate(*args, **kwargs)
|
return self.pam.authenticate(*args, **kwargs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue