By default, httpd is in chroot mode, so i just use add this to /etc/rc.conf.local, and reboot the box :
httpd_flags="-u"

I get the same errors :
INFO: Checking rights for calendar owned by nobody
2012-09-03 12:17:19,614 - INFO: wesley refused

Any idea ?

--
Wesley

Le 2012-09-03 12:34, Zé Loff a écrit :
On Sep 3, 2012, at 9:26 AM, Wesley wrote:

Hi,

I use OpenBSD 5.1-RELEASE, i just want to test radicale package, the cal
server.

It works fine without authentication.
Now with this enabled to /etc/radicale/config :

[acl]
# Access method
# Value: None | htpasswd | LDAP
type = htpasswd
# Usernames used for public calendars, separated by a comma
public_users = public
# Usernames used for private calendars, separated by a comma
private_users = private
# Htpasswd filename
htpasswd_filename = /etc/radicale/users
# Htpasswd encryption method
# Value: plain | sha1 | crypt
htpasswd_encryption = crypt

And try this :
cd /etc/radicale
/usr/bin/htpasswd -c users wesley

Restart radicale : /etc/rc.d/radicale restart

try the cal server using ical (apple) : don't want my username/password

and the radicale log (/var/log/radicale) give me just :
INFO: Checking rights for calendar owned by nobody
2012-09-03 12:17:19,614 - INFO: wesley refused

any idea ?

Thank you very much.

--
Wesley


Do you run apache chrooted (as per default)?

You might need to move the /etc/radicale folder to /var/www/

Reply via email to