mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Un-revert some lost commits
This commit is contained in:
parent
eee83bb49c
commit
a17ad1b6a3
8 changed files with 35 additions and 51 deletions
|
@ -47,7 +47,7 @@ def is_authenticated(user, password):
|
|||
|
||||
# Check whether the group exists
|
||||
try:
|
||||
members = grp.getgrnam(GROUP_MEMBERSHIP)
|
||||
members = grp.getgrnam(GROUP_MEMBERSHIP).gr_mem
|
||||
except KeyError:
|
||||
log.LOGGER.debug(
|
||||
"The PAM membership required group (%s) doesn't exist" %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue