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

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Mar 1 15:16:39 UTC 2006


Author: rmeggins

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

Added Files:
	admserv-conf-admpw.patch 
Log Message:
this patch fixes the use of admpw in the actual config file - the previous patch only fixes the template

admserv-conf-admpw.patch:

--- NEW FILE admserv-conf-admpw.patch ---
--- admin-serv/config/admserv.conf.orig	2006-03-01 08:11:57.000000000 -0700
+++ admin-serv/config/admserv.conf	2006-03-01 08:12:56.000000000 -0700
@@ -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 /opt/fedora-ds/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