Path to this page:
./
databases/openldap-server,
Lightweight Directory Access Protocol server suite
Branch: pkgsrc-2008Q4,
Version: 2.4.11nb4,
Package name: openldap-server-2.4.11nb4,
Maintainer: ghenOpenLDAP is an open source implementation of the Lightweight Directory Access
Protocol. This package includes:
* slapd - stand-alone LDAP daemon (server)
MESSAGE.common [+/-]===========================================================================
$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.
===========================================================================
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2008/09/12 11:29:23 ghen Exp $
On 64-bit NetBSD platforms it may be necessary to increase your stacksize
resource limit prior to starting slapd. This can be achieved automatically
by creating the following /etc/rc.conf.d/slapd file:
start_precmd="set_limits"
set_limits()
{
ulimit -s 4096
}
===========================================================================
Required to run:[
databases/db46] [
databases/openldap-client]
Package options: bdb, inet6
Master sites: (Expand)
SHA1: 5a7d2d8824d8d2671a781a2fc24b629a145b919d
RMD160: 27959c4111f6ba5b7c4b1344c2cb27d9f69cd628
Filesize: 4825.834 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version openldap-server-2.4.11nb4 (created)