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