Browse Source

added patch file for upgrading from 1.0.1 - fixes the use of admpw for basic auth

Rich Megginson 20 years ago
parent
commit
9c428b5b97
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ldapserver.spec.tmpl

+ 7 - 0
ldapserver.spec.tmpl

@@ -139,6 +139,10 @@ if [ "$1" -gt 1 ] ; then
     if [ -f $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch ] ; 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
         patch -s -f -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch > /dev/null 2>&1
     fi
     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
 # fix up file permissions
     testfile=$RPM_INSTALL_PREFIX/admin-serv/config/nss.conf
     testfile=$RPM_INSTALL_PREFIX/admin-serv/config/nss.conf
     if [ ! -f $testfile ] ; then
     if [ ! -f $testfile ] ; then
@@ -172,6 +176,9 @@ if [ "$1" = 0 ] ; then
 fi
 fi
 
 
 %changelog
 %changelog
+* Wed Mar  1 2006 Rich Megginson <[email protected]> - 1.0.2-1
+- Added admserv-conf-tmpl.patch to fix the use of admpw for basic auth
+
 * Wed Feb 22 2006 Rich Megginson <[email protected]> - 1.0.2-1
 * Wed Feb 22 2006 Rich Megginson <[email protected]> - 1.0.2-1
 - Add patch to fix admin server httpd module load order; you
 - Add patch to fix admin server httpd module load order; you
 - must now run setup after an upgrade; copy in the new 00core.ldif
 - must now run setup after an upgrade; copy in the new 00core.ldif