Bug#675924: radicale: Error on PAM authentication

2013-01-10 Thread Slavko
Hi Jonas, Dňa Wed, 09 Jan 2013 20:35:33 +0100 Jonas Smedegaard d...@jones.dk napísal: You most likely use PAM with shadow passwords. it seems, that you are absolute right :-) perhaps can be enough to add the radicale's user into the shadow group and now i am not sure, if i was trying this.

Bug#675924: radicale: Error on PAM authentication

2013-01-10 Thread Jonas Smedegaard
Quoting Slavko (2013-01-10 20:28:46) Hi Jonas, Dňa Wed, 09 Jan 2013 20:35:33 +0100 Jonas Smedegaard d...@jones.dk napísal: You most likely use PAM with shadow passwords. it seems, that you are absolute right :-) perhaps can be enough to add the radicale's user into the shadow group

Bug#675924: radicale: Error on PAM authentication

2013-01-09 Thread Slavko
Hi, Dňa Tue, 08 Jan 2013 22:05:12 +0100 Guillaume Ayoub guillaume.ay...@kozea.fr napísal: It can be a solution, not really clean but much easier. It seems as bad solution, because this was working only when the radicale was run under root. Running the radicale server under another user

Bug#675924: radicale: Error on PAM authentication

2013-01-09 Thread Jonas Smedegaard
Quoting Slavko (2013-01-09 18:25:22) Dňa Tue, 08 Jan 2013 22:05:12 +0100 Guillaume Ayoub guillaume.ay...@kozea.fr napísal: It can be a solution, not really clean but much easier. It seems as bad solution, because this was working only when the radicale was run under root. Running

Bug#675924: radicale: Error on PAM authentication

2013-01-08 Thread Guillaume Ayoub
Le mardi 25 décembre 2012 à 21:19 +0100, Slavko a écrit : Hi Guillaume, you are right about improper pam module. But it is only part of the problem (see below). First, solution about missing pam module is pretty simple - place the downloaded pam.py (link in previous post - i tried the 1.3

Bug#675924: radicale: Error on PAM authentication

2012-12-25 Thread Slavko
Hi Guillaume, you are right about improper pam module. But it is only part of the problem (see below). First, solution about missing pam module is pretty simple - place the downloaded pam.py (link in previous post - i tried the 1.3 version) into /usr/share/pyshared/radicale/acl/ directory and

Bug#675924: radicale: Error on PAM authentication

2012-08-06 Thread Guillaume Ayoub
The PAM authentication module is available in Radicale since version 0.7. PAM with older versions won't work. For 0.7+, the module handling PAM authentication in Radicale is called PAM.py, and can be used with [acl]type=PAM in the config file (uppercase everywhere, no problem in the config file).

Bug#675924: radicale: Error on PAM authentication

2012-08-03 Thread Joseph Nahmias
Package: radicale Version: 0.7-1 Followup-For: Bug #675924 This bug seems to occur because radicale is trying to do 'import pam', when it should be doing 'import PAM'; module names are case-sensitive in python! On further investigation, it looks like it might be an issue in the config parser,

Bug#675924: radicale: Error on PAM authentication

2012-06-04 Thread Paul Bongers
Package: radicale Version: 0.3-2 Severity: normal When I start radicale configured with PAM authentication it exits with the following error: Traceback (most recent call last): File /usr/bin/radicale, line 97, in module (options.host, options.port), radicale.CalendarHTTPHandler) File

Bug#675924: radicale: Error on PAM authentication

2012-06-04 Thread Jonas Smedegaard
On 12-06-04 at 10:06am, Paul Bongers wrote: When I start radicale configured with PAM authentication it exits with the following error: Traceback (most recent call last): File /usr/bin/radicale, line 97, in module (options.host, options.port), radicale.CalendarHTTPHandler) File

Bug#675924: radicale: Error on PAM authentication

2012-06-04 Thread Paul Bongers
On Mon, Jun 04, 2012 at 12:03:25PM +0200, Jonas Smedegaard wrote: On 12-06-04 at 10:06am, Paul Bongers wrote: When I start radicale configured with PAM authentication it exits with the following error: Traceback (most recent call last): File /usr/bin/radicale, line 97, in module