Path to this page:
./
databases/openldap-server,
Lightweight Directory Access Protocol server suite
Branch: pkgsrc-2014Q1,
Version: 2.4.39nb2,
Package name: openldap-server-2.4.39nb2,
Maintainer: adamOpenLDAP 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/db4] [
databases/openldap-client]
Package options: bdb, inet6
Master sites: (Expand)
SHA1: 2b8e8401214867c361f7212e7058f95118b5bd6c
RMD160: da68043bd38e9d58811599d43bfdbc8f6c9b6f58
Filesize: 5379.941 KB
Version history: (Expand)
- (2014-05-09) Updated to version: openldap-server-2.4.39nb2
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version openldap-server-2.4.39nb1 (created)
CVS history: (Expand)
2014-05-09 11:18:38 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #4402 - requested by tron
databases/openldap-server: security patch
Revisions pulled up:
- databases/openldap-server/Makefile 1.41
- databases/openldap/distinfo 1.95
- databases/openldap/patches/patch-libraries_librewrite_session.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Fri May 9 08:12:00 UTC 2014
Modified Files:
pkgsrc/databases/openldap: distinfo
pkgsrc/databases/openldap-server: Makefile
Added Files:
pkgsrc/databases/openldap/patches: patch-libraries_librewrite_session.c
Log message:
Add patch from OpenLDAP GIT repository to fix CVE-2013-4449 (SA55238).
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/databases/openldap/distinfo
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/openldap-server/Makefile
cvs rdiff -u -r0 -r1.1 \
pkgsrc/databases/openldap/patches/patch-libraries_librewrite_session.c
|