Tweak README:
- fix a variable name after recent config file change - slightly better htpasswd command ok MAINTAINER sthen@
This commit is contained in:
parent
724dd009bf
commit
951658af0e
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/08/20 15:26:52 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/08/22 07:12:14 jasper Exp $
|
||||
|
||||
COMMENT = simple CalDAV calendar server
|
||||
|
||||
MODPY_EGG_VERSION = 0.6
|
||||
DISTNAME = Radicale-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
CATEGORIES = productivity net
|
||||
|
||||
HOMEPAGE = http://radicale.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.2 2011/06/02 13:41:40 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.3 2011/08/22 07:12:14 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -11,11 +11,11 @@ enable passwords and enable encryption.
|
||||
Authentication
|
||||
==============
|
||||
To enable passwords, edit ${SYSCONFDIR}/radicale/config and change
|
||||
"type = fake" (i.e. passwords are not requested or checked) to
|
||||
"type = None" (i.e. passwords are not requested or checked) to
|
||||
"type = htpasswd".
|
||||
|
||||
User password(s) may be created with htpasswd(1); e.g.
|
||||
"htpasswd -s ${SYSCONFDIR}/radicale/users username".
|
||||
"htpasswd -cs ${SYSCONFDIR}/radicale/users username".
|
||||
|
||||
By default all calendars may be accessed by any authenticated user.
|
||||
To restrict calendars so that "/user1/calendar_name" can ONLY be
|
||||
|
Loading…
Reference in New Issue
Block a user