commit
634c3c6e3e
@ -81,7 +81,7 @@ def is_authenticated(user, password):
|
|||||||
"The PAM user belongs to the required group (%s)" %
|
"The PAM user belongs to the required group (%s)" %
|
||||||
GROUP_MEMBERSHIP)
|
GROUP_MEMBERSHIP)
|
||||||
# Check the password
|
# Check the password
|
||||||
if pam_authenticate(user, password):
|
if pam_authenticate(user, password, service='radicale'):
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
log.LOGGER.debug("Wrong PAM password")
|
log.LOGGER.debug("Wrong PAM password")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user