[Fedora-directory-commits] adminserver/admserv/cfgstuff admserv-conf-tmpl.patch, NONE, 1.1

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Mar 1 14:55:04 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/cfgstuff
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16178

Added Files:
	admserv-conf-tmpl.patch 
Log Message:
patch file for upgrading from 1.0.1 - fixes the use of admpw for basic auth

admserv-conf-tmpl.patch:

--- NEW FILE admserv-conf-tmpl.patch ---
--- shared/config/template/admserv.conf.tmpl	23 Feb 2006 01:12:11 -0000	1.13
+++ shared/config/template/admserv.conf.tmpl	28 Feb 2006 22:29:39 -0000	1.14
@@ -146,17 +146,17 @@
   Order allow,deny
   Allow from all
 </LocationMatch>
 
 # Handle Stop, Start, Restart, Instance Creation - invoke mod_restartd
 # need to add instance creation because you may want to create an instance
 # of DS on a low port, and instance creation starts the instance as well
 <LocationMatch /*/[tT]asks/[Oo]peration/(?i:stop|start|restart|startconfigds|create)$>
-  AuthUserFile /home/rich/72srv/admin-serv/config/admpw
+  AuthUserFile %%%sroot%%%/admin-serv/config/admpw
   AuthType basic
   AuthName "Admin Server"
   Require valid-user
 ## turn off the password pipe when using mod_restartd
   AdminSDK off
   Options +ExecCGI
   RetainPerms on
   Order allow,deny




More information about the Fedora-directory-commits mailing list