summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-03-01 14:58:27 +0000
committerRich Megginson <rmeggins@redhat.com>2006-03-01 14:58:27 +0000
commit9c428b5b97db979514be45030cca235cb1133bc1 (patch)
tree4caab39897964a6eae715c887275e460cb240ec9
parent73128d9e3cac31c1461c5b76c202d0e5b312900c (diff)
downloadds-9c428b5b97db979514be45030cca235cb1133bc1.tar.gz
ds-9c428b5b97db979514be45030cca235cb1133bc1.tar.xz
ds-9c428b5b97db979514be45030cca235cb1133bc1.zip
added patch file for upgrading from 1.0.1 - fixes the use of admpw for basic auth
-rw-r--r--ldapserver.spec.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ldapserver.spec.tmpl b/ldapserver.spec.tmpl
index 7b7b643c..13af4317 100644
--- a/ldapserver.spec.tmpl
+++ b/ldapserver.spec.tmpl
@@ -139,6 +139,10 @@ if [ "$1" -gt 1 ] ; then
if [ -f $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch ] ; then
patch -s -f -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch > /dev/null 2>&1
fi
+# patch file to fix use of admpw for basic auth
+ if [ -f $RPM_INSTALL_PREFIX/setup/admserv-conf-tmpl.patch ] ; then
+ patch -s -f -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/admserv-conf-tmpl.patch > /dev/null 2>&1
+ fi
# fix up file permissions
testfile=$RPM_INSTALL_PREFIX/admin-serv/config/nss.conf
if [ ! -f $testfile ] ; then
@@ -172,6 +176,9 @@ if [ "$1" = 0 ] ; then
fi
%changelog
+* Wed Mar 1 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.2-1
+- Added admserv-conf-tmpl.patch to fix the use of admpw for basic auth
+
* Wed Feb 22 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.2-1
- Add patch to fix admin server httpd module load order; you
- must now run setup after an upgrade; copy in the new 00core.ldif