From dc933259eea586a7891f0aac0ff057f415ba2b1a Mon Sep 17 00:00:00 2001 From: ghen Date: Fri, 12 Sep 2008 11:28:34 +0000 Subject: Rename MESSAGE to MESSAGE.common (for addition of platform-specific MESSAGE.NetBSD). --- databases/openldap-server/MESSAGE | 15 --------------- databases/openldap-server/MESSAGE.common | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 databases/openldap-server/MESSAGE create mode 100644 databases/openldap-server/MESSAGE.common (limited to 'databases/openldap-server') diff --git a/databases/openldap-server/MESSAGE b/databases/openldap-server/MESSAGE deleted file mode 100644 index 4cb10394c2d..00000000000 --- a/databases/openldap-server/MESSAGE +++ /dev/null @@ -1,15 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2008/01/13 17:15:18 ghen Exp $ - -Note to users who have been running slapd as root before: - -As slapd now runs unprivileged by default (as ${SLAPD_USER}:${LDAP_GROUP}, -you'll have to adapt some permissions: - - ${CHOWN} -R ${SLAPD_USER}:${LDAP_GROUP} ${OPENLDAP_VARDIR}/openldap-data/* - ${CHOWN} :${LDAP_GROUP} ${OPENLDAP_ETCDIR}/slapd.conf - ${CHMOD} 640 ${OPENLDAP_ETCDIR}/slapd.conf - -You may have to repeat the first command after running administrative tools -such as slapadd and slapindex as root. -=========================================================================== diff --git a/databases/openldap-server/MESSAGE.common b/databases/openldap-server/MESSAGE.common new file mode 100644 index 00000000000..b6e53d400cb --- /dev/null +++ b/databases/openldap-server/MESSAGE.common @@ -0,0 +1,15 @@ +=========================================================================== +$NetBSD: MESSAGE.common,v 1.1 2008/09/12 11:28:34 ghen Exp $ + +Note to users who have been running slapd as root before: + +As slapd now runs unprivileged by default (as ${SLAPD_USER}:${LDAP_GROUP}, +you'll have to adapt some permissions: + + ${CHOWN} -R ${SLAPD_USER}:${LDAP_GROUP} ${OPENLDAP_VARDIR}/openldap-data/* + ${CHOWN} :${LDAP_GROUP} ${OPENLDAP_ETCDIR}/slapd.conf + ${CHMOD} 640 ${OPENLDAP_ETCDIR}/slapd.conf + +You may have to repeat the first command after running administrative tools +such as slapadd and slapindex as root. +=========================================================================== -- cgit v1.2.3