mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
extend log message found via https://github.com/Kozea/Radicale/issues/1823
This commit is contained in:
parent
6c26f1f24f
commit
878c9ea193
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
|
||||||
(user, info) = self._auth.login(login, password) or ("", "") if login else ("", "")
|
(user, info) = self._auth.login(login, password) or ("", "") if login else ("", "")
|
||||||
if self.configuration.get("auth", "type") == "ldap":
|
if self.configuration.get("auth", "type") == "ldap":
|
||||||
try:
|
try:
|
||||||
logger.debug("Groups %r", ",".join(self._auth._ldap_groups))
|
logger.debug("Groups received from LDAP: %r", ",".join(self._auth._ldap_groups))
|
||||||
self._rights._user_groups = self._auth._ldap_groups
|
self._rights._user_groups = self._auth._ldap_groups
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue