- Include --enable-multimaster to close
bz#185821: adding slapd_multimaster to the configure options - Upgade guide.html to the correct one for openladp-2.3.27, closing bz#190383: openldap 2.3 packages contain the administrator's guide for 2.2 - Remove the quotes from around the slaptestflags in ldap.init This closes one part of bz#204593: service ldap fails after having added entries to ldap - include __db.* in the list of files to check ownership of in ldap.init, as suggested in bz#199322: RFE: perform cleanup in ldap.init
This commit is contained in:
parent
6b086ceaf1
commit
7a7a22e3de
2095
guide.html
2095
guide.html
File diff suppressed because it is too large
Load Diff
@ -97,7 +97,7 @@ function configtest() {
|
||||
# Unaccessible database files.
|
||||
slaptestflags=
|
||||
for dbdir in `LANG=C egrep '^directory[[:space:]]+[[:print:]]+$' /etc/openldap/slapd.conf | sed s,^directory,,` ; do
|
||||
for file in `find ${dbdir}/ -not -uid $ldapuid -and \( -name "*.dbb" -or -name "*.gdbm" -or -name "*.bdb" \)` ; do
|
||||
for file in `find ${dbdir}/ -not -uid $ldapuid -and \( -name "*.dbb" -or -name "*.gdbm" -or -name "*.bdb" -or -name "__db.*" \)` ; do
|
||||
echo -n $"$file is not owned by \"$user\"" ; warning ; echo
|
||||
done
|
||||
if ! test -s ${dbdir}/id2entry.dbb ; then
|
||||
@ -121,7 +121,7 @@ function configtest() {
|
||||
fi
|
||||
done
|
||||
# Check the configuration file.
|
||||
if ! action $"Checking configuration files for $prog: " /sbin/runuser -m -s "$slaptest" -- "$user" "$slaptestflags"; then
|
||||
if ! action $"Checking configuration files for $prog: " /sbin/runuser -m -s "$slaptest" -- "$user" $slaptestflags; then
|
||||
if /sbin/runuser -m -s "$slaptest" -- "$user" "-u" > /dev/null 2> /dev/null ; then
|
||||
dirs=`LANG=C egrep '^directory[[:space:]]+[[:print:]]+$' /etc/openldap/slapd.conf | awk '{print $2}'`
|
||||
for directory in $dirs ; do
|
||||
|
@ -13,7 +13,7 @@
|
||||
Summary: The configuration files, libraries, and documentation for OpenLDAP.
|
||||
Name: openldap
|
||||
Version: %{version_23}
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: OpenLDAP
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version_23}.tgz
|
||||
@ -353,6 +353,7 @@ build \
|
||||
--enable-plugins \
|
||||
--enable-slapd \
|
||||
--enable-slurpd \
|
||||
--enable-multimaster \
|
||||
--enable-bdb \
|
||||
--enable-hdb \
|
||||
--enable-ldap \
|
||||
@ -691,6 +692,18 @@ fi
|
||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Mon Sep 18 2006 Jay Fenlason <fenlason@redhat.com> 2.3.27-3
|
||||
- Include --enable-multimaster to close
|
||||
bz#185821: adding slapd_multimaster to the configure options
|
||||
- Upgade guide.html to the correct one for openladp-2.3.27, closing
|
||||
bz#190383: openldap 2.3 packages contain the administrator's guide for 2.2
|
||||
- Remove the quotes from around the slaptestflags in ldap.init
|
||||
This closes one part of
|
||||
bz#204593: service ldap fails after having added entries to ldap
|
||||
- include __db.* in the list of files to check ownership of in
|
||||
ldap.init, as suggested in
|
||||
bz#199322: RFE: perform cleanup in ldap.init
|
||||
|
||||
* Fri Aug 25 2006 Jay Fenlason <fenlason@redhat.com> 2.3.27-2
|
||||
- New upstream release
|
||||
- Include the gethostbyname_r patch so that nss_ldap won't hang
|
||||
|
Loading…
Reference in New Issue
Block a user