Protect ldap configuration files as they may contain a binddn password.
Also re-add a line in README.OpenBSD that I removed by mistake in a previous commit.
This commit is contained in:
parent
17ec0b58ce
commit
a0766c55cc
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2009/08/20 13:33:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2009/08/27 20:02:04 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= MS Exchange groupware suite replacement
|
||||
COMMENT-php= MAPI extensions for php5
|
||||
@ -6,7 +6,7 @@ COMMENT-php= MAPI extensions for php5
|
||||
V= 6.30.1
|
||||
DISTNAME= zarafa-${V}
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-php= php5-mapi-${V}
|
||||
|
||||
CATEGORIES= mail www productivity
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.5 2009/08/20 13:33:06 ajacoutot Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.6 2009/08/27 20:02:04 ajacoutot Exp $
|
||||
|
||||
*** Upgrading users: refer to zarafa documentation on the web to check
|
||||
*** if any particular step is required after upgrading to a new version.
|
||||
@ -84,6 +84,8 @@ if [ "`pgrep zarafa`" ]; then
|
||||
pkill zarafa\-
|
||||
sleep 5
|
||||
i=`expr $i + 5`
|
||||
else
|
||||
i=15
|
||||
fi
|
||||
done
|
||||
pkill -9 zarafa\-
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2009/07/31 09:55:56 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2009/08/27 20:02:04 ajacoutot Exp $
|
||||
@newgroup _zarafa:627
|
||||
@newuser _zarafa:627:_zarafa:daemon:Zarafa Account:/var/empty:/sbin/nologin
|
||||
@bin bin/zarafa-admin
|
||||
@ -178,9 +178,17 @@ share/examples/zarafa/gateway.cfg
|
||||
share/examples/zarafa/ical.cfg
|
||||
@sample ${SYSCONFDIR}/zarafa/ical.cfg
|
||||
share/examples/zarafa/ldap.active-directory.cfg
|
||||
@mode 640
|
||||
@group _zarafa
|
||||
@sample ${SYSCONFDIR}/zarafa/ldap.active-directory.cfg
|
||||
@mode
|
||||
@group
|
||||
share/examples/zarafa/ldap.openldap.cfg
|
||||
@sample ${SYSCONFDIR}/zarafa/ldap.openldap.cfg
|
||||
@mode 640
|
||||
@group _zarafa
|
||||
@sample ${SYSCONFDIR}/zarafa/ldap.cfg
|
||||
@mode
|
||||
@group
|
||||
share/examples/zarafa/monitor.cfg
|
||||
@sample ${SYSCONFDIR}/zarafa/monitor.cfg
|
||||
share/examples/zarafa/quotamail/
|
||||
|
Loading…
Reference in New Issue
Block a user