Le 2012-09-05 23:24, Zé Loff a écrit :
Now that I know httpd isn't involved, it sounds like htpasswd isn't
using an algorithm compatible with radicale. The htpasswd man page
says crypt(3) is the default but clearly SHA is the default.
Yes, but you can either use -s on htpasswd or specify a different
algorithm
(crypt or plain) on the radicale config.
It is what i have done :
read this :
more /usr/local/share/doc/pkg-readmes/radicale-0.7
/usr/bin/htpasswd -s -c /etc/radicale/users wesley
/usr/bin/htpasswd -s /etc/radicale/users bruno
tail /var/log/radicale give me :
2012-09-05 15:27:24,244 - INFO: Checking rights for collection owned by
nobody
2012-09-05 15:27:24,244 - INFO: wesley refused
2012-09-05 15:27:24,244 - DEBUG: Answer status: 401 Unauthorized
Try the -m or -d option to htpasswd. One of those will probably
work
for this program.
I will try it later.
Thank you for your replies.
I tried even with 'plain' and it didn't work either. Maybe radicale
isn't
reading the file properly or at all...