From ede2ac8c65e3882619e7c3f525bb203ec78f6dd0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 29 Oct 2002 02:37:57 +0000 Subject: [PATCH] Note changes --- CHANGES | 9 +++++++-- configure | 2 +- doc/man/man8/slapd.8 | 11 +++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index baab86b00d..7e7b2bc756 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,16 @@ OpenLDAP 2.1 Change Log OpenLDAP 2.1.9 Engineering - Build Enviroment + Fixed back-bdb moddn newSuperior bug + Fixed libldap try_read1msg drain bug (ITS#2153) + Fixed slapd unix socket unlink bug (ITS#2157) + Added "allow update_anon" feature (ITS#2155) + Build Environment + Add subordinate referral test Fix configure shtool no bold handling OpenLDAP 2.1.8 Release - Build Enviroment + Build Environment Update configure script OpenLDAP 2.1.7 Release diff --git a/configure b/configure index 9805fc6da6..8d1dca106e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.21 2002/10/18 19:47:29 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.22 2002/10/28 19:51:11 kurt Exp # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved. # diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index f30dcc0a9f..b2fb379614 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -115,7 +115,7 @@ will by default serve it will bind using INADDR_ANY and port 389. The .B \-h -option may be used to specify LDAP (and LDAPS) URLs to serve. +option may be used to specify LDAP (and other scheme) URLs to serve. For example, if slapd is given .B \-h " ldap://127.0.0.1:9009/ ldaps:/// ldapi:///", It will bind 127.0.0.1:9009 for LDAP, 0.0.0.0:636 for LDAP over TLS, @@ -123,11 +123,18 @@ and LDAP over IPC (Unix domain sockets). Host 0.0.0.0 represents INADDR_ANY. A space separated list of URLs is expected. The URLs should be of LDAP (ldap://) or LDAP over TLS (ldaps://) or LDAP over IPC (ldapi://) -scheme without a DN or other optional parameters. Support for the +scheme without a DN or other optional parameters, except an experimental +extension to indicate the permissions of the underlying socket, on those +OSes that honor them. Support for the latter two schemes depends on selected configuration options. Hosts may be specified by name or IPv4 and IPv6 address formats. Ports, if specfied, must be numeric. The default ldap:// port is 389 and the default ldaps:// port is 636. +The socket permissions for LDAP over IPC are indicated by +"x-mod=-rwxrwxrwx", "x-mod=0777" or "x-mod=777", where any +of the "rwx" can be "-" to suppress the related permission (note, +however, that sockets only honor the "w" permission), while any +of the "7" can be any legal octal digit, according to chmod(1). .TP .BI \-r " directory" Specifies a chroot "jail" directory. slapd will -- 2.39.5