Package: radicale Version: 0.7-1.1 Followup-For: Bug #675924 Provided patch should help.
Also, please add 'python-pam' to recommended dependencies. -- System Information: Debian Release: 7.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages radicale depends on: ii adduser 3.113+nmu3 ii python 2.7.3-4 ii python-radicale 0.7-1.1 radicale recommends no packages. Versions of packages radicale suggests: pn apache2-utils <none> pn courier-authdaemon <none> pn python-ldap <none> ii python-pam 0.4.2-13 -- Configuration Files: /etc/default/radicale changed: ENABLE_RADICALE=yes RADICALE_OPTS="--daemon" VERBOSE=yes /etc/radicale/config changed: [server] hosts = 192.168.10.1:5232 daemon = True dns_lookup = False [encoding] request = utf-8 stock = utf-8 [acl] type = PAM pam_group_membership = users [storage] type = filesystem filesystem_folder = /var/lib/radicale/collections [logging] -- no debconf information
--- /usr/share/pyshared/radicale/acl/PAM.py 2013-06-08 00:26:07.099803846 +1100 +++ /usr/share/pyshared/radicale/acl/PAM.py 2013-06-08 00:27:19.058129472 +1100 @@ -24,7 +24,7 @@ """ import grp -import pam +import PAM import pwd from radicale import acl, config, log